mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 12:00:13 +01:00
Docs: fix a sphinx warning by stripping trailing whitespace from ref
This commit is contained in:
@@ -1592,7 +1592,7 @@ class XRef(Node):
|
|||||||
text = ''
|
text = ''
|
||||||
|
|
||||||
elif not isNumeric(text):
|
elif not isNumeric(text):
|
||||||
text = '``%s``'%text
|
text = '``%s``' % text.strip()
|
||||||
|
|
||||||
elif 'funcmacro' in values:
|
elif 'funcmacro' in values:
|
||||||
if '(' in stripped:
|
if '(' in stripped:
|
||||||
|
|||||||
Reference in New Issue
Block a user