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