Adapt style.

This commit is contained in:
Georg Brandl 2007-12-08 17:56:07 +00:00
parent 26015494f2
commit e151ab4282
1 changed files with 1 additions and 1 deletions

View 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`.