diff options
author | Fred Drake <fdrake@acm.org> | 1999-05-18 17:33:01 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-05-18 17:33:01 (GMT) |
commit | c41e1e5f5e6a5970b0ab0efc26646682073c7266 (patch) | |
tree | c172df6151688ca1a9b6d5608e820c9dd918dc89 /Doc/tools | |
parent | 338da937348554182c1f5a341550a2d5d560662b (diff) | |
download | cpython-c41e1e5f5e6a5970b0ab0efc26646682073c7266.zip cpython-c41e1e5f5e6a5970b0ab0efc26646682073c7266.tar.gz cpython-c41e1e5f5e6a5970b0ab0efc26646682073c7266.tar.bz2 |
Remove the "---" to "—" conversion; this is wrong in verbatim
environments. Move the conversion to esis2sgml.py.
Diffstat (limited to 'Doc/tools')
-rwxr-xr-x | Doc/tools/sgmlconv/fixgenents.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/tools/sgmlconv/fixgenents.sh b/Doc/tools/sgmlconv/fixgenents.sh index ebc596c..6fa36f4 100755 --- a/Doc/tools/sgmlconv/fixgenents.sh +++ b/Doc/tools/sgmlconv/fixgenents.sh @@ -45,5 +45,4 @@ s|<geq>|\≥|g s|<ldots>|\&hellip|g s|<leq>|\≤|g s|<version>|\&version;|g -s|---|\—|g ' || exit $? |