From: Georg Brandl Date: Sat, 8 Dec 2007 17:56:07 +0000 (+0000) Subject: Adapt style. X-Git-Tag: v2.6a1~897 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e151ab4282838b0ebcb0bc43420e267d0cfc5fe5;p=thirdparty%2FPython%2Fcpython.git Adapt style. --- diff --git a/Doc/glossary.rst b/Doc/glossary.rst index 1ab8a8c0b468..fb5c01868c9b 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`.