update TODO

This commit is contained in:
Robin Dunn
2016-05-31 07:04:10 -07:00
parent dc06be82d3
commit fd5f8a0ca2
2 changed files with 4 additions and 21 deletions

View File

@@ -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):