mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-15 17:20:07 +01:00
Docs: fix python warning about invalid escape sequence
This commit is contained in:
@@ -339,7 +339,7 @@ def removeUnreferenced(input, class_summary, enum_base, unreferenced_classes, te
|
||||
|
||||
def addSpacesToLinks(text):
|
||||
|
||||
regex = re.findall('\w:ref:`(.*?)`', text)
|
||||
regex = re.findall(r'\w:ref:`(.*?)`', text)
|
||||
|
||||
for reg in regex:
|
||||
text = text.replace(':ref:`%s`'%reg, ' :ref:`%s`'%reg)
|
||||
|
||||
Reference in New Issue
Block a user