diff options
author | Fred Drake <fdrake@acm.org> | 2001-05-09 15:50:17 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-05-09 15:50:17 (GMT) |
commit | c116b82b773fac82b1228775fc5bdabcac8562ad (patch) | |
tree | 749e08d0d4e49984cbdf9ed4b62c72f1aca6ca0b /Doc/lib/libcalendar.tex | |
parent | 78cae61ad47f70208468a77d665b009601fac2be (diff) | |
download | cpython-c116b82b773fac82b1228775fc5bdabcac8562ad.zip cpython-c116b82b773fac82b1228775fc5bdabcac8562ad.tar.gz cpython-c116b82b773fac82b1228775fc5bdabcac8562ad.tar.bz2 |
Work around limitations of the module synopsis table generation to avoid
leaking LaTeX2HTML's internal string munging.
This fixes SF bug #420399.
Diffstat (limited to 'Doc/lib/libcalendar.tex')
-rw-r--r-- | Doc/lib/libcalendar.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libcalendar.tex b/Doc/lib/libcalendar.tex index f5dd8c4..c6ca67f 100644 --- a/Doc/lib/libcalendar.tex +++ b/Doc/lib/libcalendar.tex @@ -3,7 +3,7 @@ \declaremodule{standard}{calendar} \modulesynopsis{General functions for working with the calendar, - including some emulation of the \UNIX{} \program{cal} + including some emulation of the \UNIX\ \program{cal} program.} \sectionauthor{Drew Csillag}{drew_csillag@geocities.com} |