From: Fred Drake Date: Tue, 30 Dec 2003 22:17:16 +0000 (+0000) Subject: work around whitespace bugs in the HTML version X-Git-Tag: v2.4a1~1026 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f161c915bd8de1c903aab7bc2b352f7f90676b2f;p=thirdparty%2FPython%2Fcpython.git work around whitespace bugs in the HTML version --- diff --git a/Doc/lib/libcopyreg.tex b/Doc/lib/libcopyreg.tex index b2ea01549bf2..594978cdf5f5 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.