mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
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. ........
This commit is contained in:
parent
4049ce080c
commit
0eaab97ad0
3 changed files with 6 additions and 8 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue