diff options
author | Georg Brandl <georg@python.org> | 2009-06-08 07:57:35 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-06-08 07:57:35 (GMT) |
commit | 42a826408b7e7d0a482ca8564574caff6ec8b39d (patch) | |
tree | bb1a0bb1edbadd30399b0d5f8791929a0342e08e | |
parent | 64092a56ec2f9278cbee033fc123352cbb74aaa4 (diff) | |
download | cpython-42a826408b7e7d0a482ca8564574caff6ec8b39d.zip cpython-42a826408b7e7d0a482ca8564574caff6ec8b39d.tar.gz cpython-42a826408b7e7d0a482ca8564574caff6ec8b39d.tar.bz2 |
Remove period from end of headings.
-rw-r--r-- | Doc/library/cgi.rst | 5 | ||||
-rw-r--r-- | Doc/library/contextlib.rst | 5 | ||||
-rw-r--r-- | Doc/library/ctypes.rst | 5 | ||||
-rw-r--r-- | Doc/library/curses.panel.rst | 5 | ||||
-rw-r--r-- | Doc/library/pickletools.rst | 5 | ||||
-rw-r--r-- | Doc/library/platform.rst | 5 |
6 files changed, 12 insertions, 18 deletions
diff --git a/Doc/library/cgi.rst b/Doc/library/cgi.rst index 3879e0d..1e14e4b 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 9204758..d28a11f 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 eca14d6..10e61de 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 59e5b86..a3c8bda 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 b07e3bd..ea16190 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 9900278..98b7972 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. |