mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 03:20:08 +01:00
update TODO
This commit is contained in:
@@ -2730,7 +2730,7 @@ class XMLDocString(object):
|
||||
continue
|
||||
|
||||
docstrings = v.briefDoc
|
||||
name = convertToPython(removeWxPrefix(v.name))
|
||||
name = convertToPython(removeWxPrefix(v.name)) # ***
|
||||
stream.write('%-80s'%name)
|
||||
|
||||
if not isinstance(docstrings, string_base):
|
||||
|
||||
Reference in New Issue
Block a user