From: Ezio Melotti Date: Thu, 8 Nov 2012 09:02:58 +0000 (+0200) Subject: #11481: fix markup. X-Git-Tag: v2.7.4rc1~401 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=527b1499cccee79e10286c8011957c1ab35d9fd1;p=thirdparty%2FPython%2Fcpython.git #11481: fix markup. --- diff --git a/Doc/library/copy_reg.rst b/Doc/library/copy_reg.rst index e145cd58248f..3d8ef77874be 100644 --- a/Doc/library/copy_reg.rst +++ b/Doc/library/copy_reg.rst @@ -15,7 +15,7 @@ module: copy The :mod:`copy_reg` module offers a way to define fuctions used while pickling -specific objects. The :mod:`pickle`, :mod:`cPickle, and :mod:`copy` modules +specific objects. The :mod:`pickle`, :mod:`cPickle`, and :mod:`copy` modules use those functions when pickling/copying those objects. The module provides configuration information about object constructors which are not classes. Such constructors may be factory functions or class instances.