diff options
author | Fred Drake <fdrake@acm.org> | 2000-10-09 18:12:29 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-10-09 18:12:29 (GMT) |
commit | 17a2b640e4a19b7c1f39236466821ae9afe040ee (patch) | |
tree | 0e037b8e1c1b66b2f31348e834c510848a38cd2c /Doc/lib/libglob.tex | |
parent | 955e03bd68b7ea10d9c78e556ce50dcd778b1ee1 (diff) | |
download | cpython-17a2b640e4a19b7c1f39236466821ae9afe040ee.zip cpython-17a2b640e4a19b7c1f39236466821ae9afe040ee.tar.gz cpython-17a2b640e4a19b7c1f39236466821ae9afe040ee.tar.bz2 |
Work around annoyances in LaTeX2HTML.
Diffstat (limited to 'Doc/lib/libglob.tex')
-rw-r--r-- | Doc/lib/libglob.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libglob.tex b/Doc/lib/libglob.tex index 9efc5aa..5c1de80 100644 --- a/Doc/lib/libglob.tex +++ b/Doc/lib/libglob.tex @@ -2,7 +2,7 @@ \UNIX{} style pathname pattern expansion} \declaremodule{standard}{glob} -\modulesynopsis{\UNIX{} shell style pathname pattern expansion.} +\modulesynopsis{\UNIX\ shell style pathname pattern expansion.} The \module{glob} module finds all the pathnames matching a specified |