Issue #22369: Change "context manager protocol" to "context management protocol".

This commit is contained in:
Serhiy Storchaka 2014-09-10 23:43:41 +03:00
parent 964feabd79
commit 148679982f
16 changed files with 41 additions and 41 deletions

View file

@ -1980,7 +1980,7 @@ class _ProxyFile:
return result
def __enter__(self):
"""Context manager protocol support."""
"""Context management protocol support."""
return self
def __exit__(self, *exc):