Remove period from end of headings.

This commit is contained in:
Georg Brandl 2009-06-08 07:57:35 +00:00
parent 64092a56ec
commit 42a826408b
6 changed files with 12 additions and 18 deletions

View 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.

View 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.

View 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.

View 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.

View 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

View 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.