Issue #21061: correctly note redirect_stdout is reentrant
authorNick Coghlan <ncoghlan@gmail.com>
Sun, 12 Oct 2014 00:25:00 +0000 (10:25 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Sun, 12 Oct 2014 00:25:00 +0000 (10:25 +1000)
Doc/library/contextlib.rst

index b0688db011be02b8b62ded05f6ebd758601f0b95..6f36864ac24fc12f452c3c91a7886b2df8902b12 100644 (file)
@@ -167,7 +167,7 @@ Functions and classes provided:
    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