Issue #21061: correctly note redirect_stdout is reentrant

This commit is contained in:
Nick Coghlan 2014-10-12 10:25:00 +10:00
parent ccd8e34508
commit 36d8ef9cc7

View 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