[Python-checkins] cpython (merge 3.4 -> default): Merge issue #21061 fix from 3.4

nick.coghlan python-checkins at python.org
Sun Oct 12 02:25:56 CEST 2014


https://hg.python.org/cpython/rev/83540d7b7366
changeset:   92964:83540d7b7366
parent:      92962:408bbdaef8d4
parent:      92963:dafbd78ac15b
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Sun Oct 12 10:25:33 2014 +1000
summary:
  Merge issue #21061 fix from 3.4

files:
  Doc/library/contextlib.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/contextlib.rst b/Doc/library/contextlib.rst
--- a/Doc/library/contextlib.rst
+++ b/Doc/library/contextlib.rst
@@ -167,7 +167,7 @@
    applications. It also has no effect on the output of subprocesses.
    However, it is still a useful approach for many utility scripts.
 
-   This context manager is :ref:`reusable but not reentrant <reusable-cms>`.
+   This context manager is :ref:`reentrant <reentrant-cms>`.
 
    .. versionadded:: 3.4
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list