summaryrefslogtreecommitdiffstats
path: root/Doc/library/tarfile.rst
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-09-10 20:45:42 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-09-10 20:45:42 (GMT)
commitdd6507eb8617fd435b9d282215f5d802bf45b64f (patch)
treecf585d874c0a58a84fadedfffd481d2aae924fce /Doc/library/tarfile.rst
parent9f69b86756bd7084256fda9499111313a081f033 (diff)
parent148679982f851e2952b9d34e6ae7932f89650c1d (diff)
downloadcpython-dd6507eb8617fd435b9d282215f5d802bf45b64f.zip
cpython-dd6507eb8617fd435b9d282215f5d802bf45b64f.tar.gz
cpython-dd6507eb8617fd435b9d282215f5d802bf45b64f.tar.bz2
Issue #22369: Change "context manager protocol" to "context management protocol".
Diffstat (limited to 'Doc/library/tarfile.rst')
-rw-r--r--Doc/library/tarfile.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/tarfile.rst b/Doc/library/tarfile.rst
index 3adb633..06615f4 100644
--- a/Doc/library/tarfile.rst
+++ b/Doc/library/tarfile.rst
@@ -238,7 +238,7 @@ be finalized; only the internally used file object will be closed. See the
:ref:`tar-examples` section for a use case.
.. versionadded:: 3.2
- Added support for the context manager protocol.
+ Added support for the context management protocol.
.. class:: TarFile(name=None, mode='r', fileobj=None, format=DEFAULT_FORMAT, tarinfo=TarInfo, dereference=False, ignore_zeros=False, encoding=ENCODING, errors='surrogateescape', pax_headers=None, debug=0, errorlevel=0)