[Python-checkins] r59427 - python/trunk/Doc/glossary.rst

georg.brandl python-checkins at python.org
Sat Dec 8 18:56:07 CET 2007


Author: georg.brandl
Date: Sat Dec  8 18:56:07 2007
New Revision: 59427

Modified:
   python/trunk/Doc/glossary.rst
Log:
Adapt style.


Modified: python/trunk/Doc/glossary.rst
==============================================================================
--- python/trunk/Doc/glossary.rst	(original)
+++ python/trunk/Doc/glossary.rst	Sat Dec  8 18:56:07 2007
@@ -69,7 +69,7 @@
       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`.
 


More information about the Python-checkins mailing list