Changeset 537d9b9 for doc/user-guide/genhelp.py
- Timestamp:
- 2016-11-20T08:40:36Z (8 years ago)
- Children:
- 3f44e43
- Parents:
- ba52ac5 (diff), 9f03c47 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/user-guide/genhelp.py
rba52ac5 r537d9b9 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.