diff options
| author | Nick Coghlan <ncoghlan@gmail.com> | 2014-10-12 00:25:33 (GMT) |
|---|---|---|
| committer | Nick Coghlan <ncoghlan@gmail.com> | 2014-10-12 00:25:33 (GMT) |
| commit | 870903e986219eba090e95cab3e86f528be07480 (patch) | |
| tree | cc750bf130a7698494af2b94f279cb52859537d7 | |
| parent | 1867e3ef9e3c41bad6ed3b6cf2dac042ab455b3f (diff) | |
| parent | 36d8ef9cc7441790f8840f82454bbc9b214354b2 (diff) | |
| download | cpython-870903e986219eba090e95cab3e86f528be07480.zip cpython-870903e986219eba090e95cab3e86f528be07480.tar.gz cpython-870903e986219eba090e95cab3e86f528be07480.tar.bz2 | |
Merge issue #21061 fix from 3.4
| -rw-r--r-- | Doc/library/contextlib.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/contextlib.rst b/Doc/library/contextlib.rst index b0688db..6f36864 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 <reusable-cms>`. + This context manager is :ref:`reentrant <reentrant-cms>`. .. versionadded:: 3.4 |
