]> granicus.if.org Git - python/commitdiff
Adapt style.
authorGeorg Brandl <georg@python.org>
Sat, 8 Dec 2007 17:56:07 +0000 (17:56 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 8 Dec 2007 17:56:07 +0000 (17:56 +0000)
Doc/glossary.rst

index 1ab8a8c0b468fde4c699b414559abb3d51a8fb4f..fb5c01868c9b04b5b988701b9c83355df6542dc8 100644 (file)
@@ -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`.