summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2003-12-30 22:17:16 (GMT)
committerFred Drake <fdrake@acm.org>2003-12-30 22:17:16 (GMT)
commitf161c915bd8de1c903aab7bc2b352f7f90676b2f (patch)
tree9e13220df2d4e4b7c1b33cccd2cd0072cf507efb /Doc/lib
parentdcf32a676e63726c273a30e5a8b26c747c0f0dea (diff)
downloadcpython-f161c915bd8de1c903aab7bc2b352f7f90676b2f.zip
cpython-f161c915bd8de1c903aab7bc2b352f7f90676b2f.tar.gz
cpython-f161c915bd8de1c903aab7bc2b352f7f90676b2f.tar.bz2
work around whitespace bugs in the HTML version
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/libcopyreg.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/lib/libcopyreg.tex b/Doc/lib/libcopyreg.tex
index b2ea015..594978c 100644
--- a/Doc/lib/libcopyreg.tex
+++ b/Doc/lib/libcopyreg.tex
@@ -6,9 +6,9 @@
The \module{copy_reg} module provides support for the
-\refmodule{pickle}\refstmodindex{pickle} and
-\refmodule{cPickle}\refbimodindex{cPickle} modules. The
-\refmodule{copy}\refstmodindex{copy} module is likely to use this in the
+\refmodule{pickle}\refstmodindex{pickle}\ and
+\refmodule{cPickle}\refbimodindex{cPickle}\ modules. The
+\refmodule{copy}\refstmodindex{copy}\ module is likely to use this in the
future as well. It provides configuration information about object
constructors which are not classes. Such constructors may be factory
functions or class instances.