[Python-checkins] r73286 - in python/trunk/Doc/library: cgi.rst contextlib.rst ctypes.rst curses.panel.rst pickletools.rst platform.rst

georg.brandl python-checkins at python.org
Mon Jun 8 09:57:36 CEST 2009


Author: georg.brandl
Date: Mon Jun  8 09:57:35 2009
New Revision: 73286

Log:
Remove period from end of headings.

Modified:
   python/trunk/Doc/library/cgi.rst
   python/trunk/Doc/library/contextlib.rst
   python/trunk/Doc/library/ctypes.rst
   python/trunk/Doc/library/curses.panel.rst
   python/trunk/Doc/library/pickletools.rst
   python/trunk/Doc/library/platform.rst

Modified: python/trunk/Doc/library/cgi.rst
==============================================================================
--- python/trunk/Doc/library/cgi.rst	(original)
+++ python/trunk/Doc/library/cgi.rst	Mon Jun  8 09:57:35 2009
@@ -1,6 +1,5 @@
-
-:mod:`cgi` --- Common Gateway Interface support.
-================================================
+:mod:`cgi` --- Common Gateway Interface support
+===============================================
 
 .. module:: cgi
    :synopsis: Helpers for running Python scripts via the Common Gateway Interface.

Modified: python/trunk/Doc/library/contextlib.rst
==============================================================================
--- python/trunk/Doc/library/contextlib.rst	(original)
+++ python/trunk/Doc/library/contextlib.rst	Mon Jun  8 09:57:35 2009
@@ -1,6 +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.

Modified: python/trunk/Doc/library/ctypes.rst
==============================================================================
--- python/trunk/Doc/library/ctypes.rst	(original)
+++ python/trunk/Doc/library/ctypes.rst	Mon Jun  8 09:57:35 2009
@@ -1,6 +1,5 @@
-
-:mod:`ctypes` --- A foreign function library for Python.
-========================================================
+:mod:`ctypes` --- A foreign function library for Python
+=======================================================
 
 .. module:: ctypes
    :synopsis: A foreign function library for Python.

Modified: python/trunk/Doc/library/curses.panel.rst
==============================================================================
--- python/trunk/Doc/library/curses.panel.rst	(original)
+++ python/trunk/Doc/library/curses.panel.rst	Mon Jun  8 09:57:35 2009
@@ -1,6 +1,5 @@
-
-:mod:`curses.panel` --- A panel stack extension for curses.
-===========================================================
+:mod:`curses.panel` --- A panel stack extension for curses
+==========================================================
 
 .. module:: curses.panel
    :synopsis: A panel stack extension that adds depth to  curses windows.

Modified: python/trunk/Doc/library/pickletools.rst
==============================================================================
--- python/trunk/Doc/library/pickletools.rst	(original)
+++ python/trunk/Doc/library/pickletools.rst	Mon Jun  8 09:57:35 2009
@@ -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

Modified: python/trunk/Doc/library/platform.rst
==============================================================================
--- python/trunk/Doc/library/platform.rst	(original)
+++ python/trunk/Doc/library/platform.rst	Mon Jun  8 09:57:35 2009
@@ -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.


More information about the Python-checkins mailing list