[Python-checkins] cpython (2.7): #11481: fix markup.

ezio.melotti python-checkins at python.org
Thu Nov 8 10:06:32 CET 2012


http://hg.python.org/cpython/rev/e089bdca9d9c
changeset:   80303:e089bdca9d9c
branch:      2.7
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Thu Nov 08 11:02:58 2012 +0200
summary:
  #11481: fix markup.

files:
  Doc/library/copy_reg.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/copy_reg.rst b/Doc/library/copy_reg.rst
--- 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.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list