From: Georg Brandl Date: Mon, 8 Jun 2009 07:57:35 +0000 (+0000) Subject: Remove period from end of headings. X-Git-Tag: v2.7a1~1007 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=42a826408b7e7d0a482ca8564574caff6ec8b39d;p=python Remove period from end of headings. --- diff --git a/Doc/library/cgi.rst b/Doc/library/cgi.rst index 3879e0d9f2..1e14e4b14d 100644 --- a/Doc/library/cgi.rst +++ b/Doc/library/cgi.rst @@ -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. diff --git a/Doc/library/contextlib.rst b/Doc/library/contextlib.rst index 920475808b..d28a11f9d1 100644 --- a/Doc/library/contextlib.rst +++ b/Doc/library/contextlib.rst @@ -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. diff --git a/Doc/library/ctypes.rst b/Doc/library/ctypes.rst index eca14d6a60..10e61de143 100644 --- a/Doc/library/ctypes.rst +++ b/Doc/library/ctypes.rst @@ -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. diff --git a/Doc/library/curses.panel.rst b/Doc/library/curses.panel.rst index 59e5b86f19..a3c8bda63c 100644 --- a/Doc/library/curses.panel.rst +++ b/Doc/library/curses.panel.rst @@ -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. diff --git a/Doc/library/pickletools.rst b/Doc/library/pickletools.rst index b07e3bdd84..ea1619040d 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 diff --git a/Doc/library/platform.rst b/Doc/library/platform.rst index 9900278022..98b7972d9b 100644 --- a/Doc/library/platform.rst +++ b/Doc/library/platform.rst @@ -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.