summaryrefslogtreecommitdiffstats
path: root/Doc/library/pickletools.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-06-08 08:00:22 (GMT)
committerGeorg Brandl <georg@python.org>2009-06-08 08:00:22 (GMT)
commit0eaab97ad03a92b01bdd4dd6d5aaddf80986557f (patch)
tree8835b5f57786c8b7aefa15003496880b93796f6f /Doc/library/pickletools.rst
parent4049ce080ccf2f06ae9f2270e9e507365d45071e (diff)
downloadcpython-0eaab97ad03a92b01bdd4dd6d5aaddf80986557f.zip
cpython-0eaab97ad03a92b01bdd4dd6d5aaddf80986557f.tar.gz
cpython-0eaab97ad03a92b01bdd4dd6d5aaddf80986557f.tar.bz2
Recorded merge of revisions 73286 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r73286 | georg.brandl | 2009-06-08 09:57:35 +0200 (Mo, 08 Jun 2009) | 1 line Remove period from end of headings. ........
Diffstat (limited to 'Doc/library/pickletools.rst')
-rw-r--r--Doc/library/pickletools.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/Doc/library/pickletools.rst b/Doc/library/pickletools.rst
index ba8f963..88ecbab 100644
--- a/Doc/library/pickletools.rst
+++ b/Doc/library/pickletools.rst
@@ -1,6 +1,5 @@
-
-:mod:`pickletools` --- Tools for pickle developers.
-===================================================
+:mod:`pickletools` --- Tools for pickle developers
+==================================================
.. module:: pickletools
:synopsis: Contains extensive comments about the pickle protocols and pickle-machine opcodes, as well as some useful functions.