mirror of https://github.com/python/cpython
Adapt style.
This commit is contained in:
parent
26015494f2
commit
e151ab4282
|
@ -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`.
|
||||
|
||||
|
|
Loading…
Reference in New Issue