]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
fix loss of a space after indexing markup
authorFred Drake <fdrake@acm.org>
Thu, 18 Dec 2003 06:26:56 +0000 (06:26 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 18 Dec 2003 06:26:56 +0000 (06:26 +0000)
Doc/lib/libhtmllib.tex

index 59065f4aeedc72fcf6dcd481eb7280b27057c3ed..1cddd0abd077224f3f4dbedc57958c861b97b01c 100644 (file)
@@ -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}}