diff options
author | Georg Brandl <georg@python.org> | 2007-12-08 17:56:07 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-12-08 17:56:07 (GMT) |
commit | e151ab4282838b0ebcb0bc43420e267d0cfc5fe5 (patch) | |
tree | a2b69382b8c9db21627393a2a256e5cbf54dcbd7 /Doc/glossary.rst | |
parent | 26015494f2bbbae9910e94240f190ce9551c3549 (diff) | |
download | cpython-e151ab4282838b0ebcb0bc43420e267d0cfc5fe5.zip cpython-e151ab4282838b0ebcb0bc43420e267d0cfc5fe5.tar.gz cpython-e151ab4282838b0ebcb0bc43420e267d0cfc5fe5.tar.bz2 |
Adapt style.
Diffstat (limited to 'Doc/glossary.rst')
-rw-r--r-- | Doc/glossary.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/glossary.rst b/Doc/glossary.rst index 1ab8a8c..fb5c018 100644 --- a/Doc/glossary.rst +++ b/Doc/glossary.rst @@ -69,7 +69,7 @@ Glossary it's almost certain you can safely ignore them. context manager - Objects which control the environment seen in a :keyword:`with` + An objects that controls the environment seen in a :keyword:`with` statement by defining :meth:`__enter__` and :meth:`__exit__` methods. See :pep:`343`. |