From 527b1499cccee79e10286c8011957c1ab35d9fd1 Mon Sep 17 00:00:00 2001 From: Ezio Melotti Date: Thu, 8 Nov 2012 11:02:58 +0200 Subject: [PATCH] #11481: fix markup. --- Doc/library/copy_reg.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/copy_reg.rst b/Doc/library/copy_reg.rst index e145cd58248..3d8ef77874b 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.