]> granicus.if.org Git - python/commitdiff
Remove period from end of headings.
authorGeorg Brandl <georg@python.org>
Mon, 8 Jun 2009 07:57:35 +0000 (07:57 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 8 Jun 2009 07:57:35 +0000 (07:57 +0000)
Doc/library/cgi.rst
Doc/library/contextlib.rst
Doc/library/ctypes.rst
Doc/library/curses.panel.rst
Doc/library/pickletools.rst
Doc/library/platform.rst

index 3879e0d9f207e0c50e89c1f3af2f44843d83680d..1e14e4b14dc71194039b9fa3f35c32e18caeea79 100644 (file)
@@ -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.
index 920475808b49cfd351f003435aeecba140c1502e..d28a11f9d1e72e0b3d772a034d595817b1635b3a 100644 (file)
@@ -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.
index eca14d6a60023aca475f9836d7d8f5666032f614..10e61de14343d45582c73672e7ad65fe8b9b4b2a 100644 (file)
@@ -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.
index 59e5b86f1912de8950d28bfc1035d965a7affd05..a3c8bda63c2c1dbcb119c33a75594a7bf0f42c82 100644 (file)
@@ -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.
index b07e3bdd84fd13c0a1a6d209d791e8ad61bb3996..ea1619040d39e336c0c59ddf6fab91e1b27336ec 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
index 9900278022b492036b712fa82d7cacc3a488422e..98b7972d9bd8f38b637c948954159e2972d10a55 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.