From 36d8ef9cc7441790f8840f82454bbc9b214354b2 Mon Sep 17 00:00:00 2001 From: Nick Coghlan Date: Sun, 12 Oct 2014 10:25:00 +1000 Subject: [PATCH] Issue #21061: correctly note redirect_stdout is reentrant --- Doc/library/contextlib.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/contextlib.rst b/Doc/library/contextlib.rst index b0688db011..6f36864ac2 100644 --- a/Doc/library/contextlib.rst +++ b/Doc/library/contextlib.rst @@ -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 `. + This context manager is :ref:`reentrant `. .. versionadded:: 3.4 -- 2.40.0