]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Recorded merge of revisions 73286 via svnmerge from
authorGeorg Brandl <georg@python.org>
Mon, 8 Jun 2009 08:00:22 +0000 (08:00 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 8 Jun 2009 08:00:22 +0000 (08:00 +0000)
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.
........

Doc/library/contextlib.rst
Doc/library/pickletools.rst
Doc/library/platform.rst

index 7403a3520b556bf68f5be713571dd295f1fcb1da..bac9d13736210b13e338dace6365ea101e5468c9 100644 (file)
@@ -1,5 +1,5 @@
-:mod:`contextlib` --- Utilities for :keyword:`with`\ -statement contexts.
-=========================================================================
+:mod:`contextlib` --- Utilities for :keyword:`with`\ -statement contexts
+========================================================================
 
 .. module:: contextlib
    :synopsis: Utilities for with-statement contexts.
index ba8f96304c5a328b663fe3b03323ece2bf4c98ad..88ecbab919d363e0676d62a1100fdd362d6b3c2a 100644 (file)
@@ -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.
index 3d5228ae047b52a217574d8ed34fddce05b3e850..447253bf1d5bb973b35c68e0c852b3316af1d6a6 100644 (file)
@@ -1,6 +1,5 @@
-
-:mod:`platform` ---  Access to underlying platform's identifying data.
-======================================================================
+:mod:`platform` ---  Access to underlying platform's identifying data
+=====================================================================
 
 .. module:: platform
    :synopsis: Retrieves as much platform identifying data as possible.