mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 09:40:07 +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 = ''
|
||||
|
||||
elif not isNumeric(text):
|
||||
text = '``%s``'%text
|
||||
text = '``%s``' % text.strip()
|
||||
|
||||
elif 'funcmacro' in values:
|
||||
if '(' in stripped:
|
||||
|
||||
Reference in New Issue
Block a user