From 0eaab97ad03a92b01bdd4dd6d5aaddf80986557f Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Mon, 8 Jun 2009 08:00:22 +0000 Subject: Recorded merge of revisions 73286 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r73286 | georg.brandl | 2009-06-08 09:57:35 +0200 (Mo, 08 Jun 2009) | 1 line Remove period from end of headings. ........ --- Doc/library/contextlib.rst | 4 ++-- Doc/library/pickletools.rst | 5 ++--- Doc/library/platform.rst | 5 ++--- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/Doc/library/contextlib.rst b/Doc/library/contextlib.rst index 7403a35..bac9d13 100644 --- a/Doc/library/contextlib.rst +++ b/Doc/library/contextlib.rst @@ -1,5 +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/pickletools.rst b/Doc/library/pickletools.rst index ba8f963..88ecbab 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 opcodes, as well as some useful functions. diff --git a/Doc/library/platform.rst b/Doc/library/platform.rst index 3d5228a..447253b 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. -- cgit v0.12