commit | 6a0a36847962c080652e16c15f8261c0c02411a7 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Mon May 12 10:05:39 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Mon May 12 10:05:39 2008 +0000 |
tree | 1f29decd39046bbee40be2398d1ed5b29a230f8a | |
parent | 7a148c23571491985b06fde373c29d299cd36447 [diff] [blame] |
Fix-up docs for the copyreg module renaming.
diff --git a/Doc/library/persistence.rst b/Doc/library/persistence.rst index 78e40f6..3708d17 100644 --- a/Doc/library/persistence.rst +++ b/Doc/library/persistence.rst
@@ -19,7 +19,7 @@ .. toctree:: pickle.rst - copy_reg.rst + copyreg.rst shelve.rst marshal.rst anydbm.rst