Changes in doc/user-guide/genhelp.py [028ca92:1cef55f]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/user-guide/genhelp.py
r028ca92 r1cef55f 65 65 66 66 # Actually normalize whitespace 67 if 'pre' not in tag.attrib: 68 tag.text = normalize(tag.text) 67 tag.text = normalize(tag.text) 69 68 tag.tail = normalize(tag.tail) 70 69
Note: See TracChangeset
for help on using the changeset viewer.