summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libhtmllib.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2003-12-18 06:26:56 (GMT)
committerFred Drake <fdrake@acm.org>2003-12-18 06:26:56 (GMT)
commit852fe0689ac76751a9cca5824f3f95d2944a4b9e (patch)
tree90550e97f2810735a5a7e4d7d11f08d820e93724 /Doc/lib/libhtmllib.tex
parent4d88322a2b1fee84ce728b60c1ea614bfaa1121f (diff)
downloadcpython-852fe0689ac76751a9cca5824f3f95d2944a4b9e.zip
cpython-852fe0689ac76751a9cca5824f3f95d2944a4b9e.tar.gz
cpython-852fe0689ac76751a9cca5824f3f95d2944a4b9e.tar.bz2
fix loss of a space after indexing markup
Diffstat (limited to 'Doc/lib/libhtmllib.tex')
-rw-r--r--Doc/lib/libhtmllib.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libhtmllib.tex b/Doc/lib/libhtmllib.tex
index 59065f4..1cddd0a 100644
--- a/Doc/lib/libhtmllib.tex
+++ b/Doc/lib/libhtmllib.tex
@@ -20,7 +20,7 @@ from and extends the \class{SGMLParser} class defined in module
\refmodule{sgmllib}\refstmodindex{sgmllib}. The \class{HTMLParser}
implementation supports the HTML 2.0 language as described in
\rfc{1866}. Two implementations of formatter objects are provided in
-the \refmodule{formatter}\refstmodindex{formatter} module; refer to the
+the \refmodule{formatter}\refstmodindex{formatter}\ module; refer to the
documentation for that module for information on the formatter
interface.
\withsubitem{(in module sgmllib)}{\ttindex{SGMLParser}}