mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 03:50:06 +01:00
Fix an invalid escape sequence warning
This commit is contained in:
@@ -3761,7 +3761,7 @@ def GetNotebookRoot(panes, notebook_id):
|
||||
|
||||
def EscapeDelimiters(s):
|
||||
"""
|
||||
Changes ``;`` into ``\`` and ``|`` into ``\|`` in the input string.
|
||||
Changes ``;`` into ``\\`` and ``|`` into ``|\\`` in the input string.
|
||||
|
||||
:param string `s`: the string to be analyzed.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user