diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2012-11-08 09:02:58 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2012-11-08 09:02:58 (GMT) |
commit | 527b1499cccee79e10286c8011957c1ab35d9fd1 (patch) | |
tree | 2cb3c8996e3a02e8aa812b65ff3086cd750ed5c7 /Doc | |
parent | b1c0e3b22991b4efaa9e6be425ce6a12f741e37b (diff) | |
download | cpython-527b1499cccee79e10286c8011957c1ab35d9fd1.zip cpython-527b1499cccee79e10286c8011957c1ab35d9fd1.tar.gz cpython-527b1499cccee79e10286c8011957c1ab35d9fd1.tar.bz2 |
#11481: fix markup.
Diffstat (limited to 'Doc')
-rw-r--r-- | 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 index e145cd5..3d8ef77 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. |