mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Adapt style.
This commit is contained in:
parent
26015494f2
commit
e151ab4282
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ Glossary
|
||||||
it's almost certain you can safely ignore them.
|
it's almost certain you can safely ignore them.
|
||||||
|
|
||||||
context manager
|
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.
|
statement by defining :meth:`__enter__` and :meth:`__exit__` methods.
|
||||||
See :pep:`343`.
|
See :pep:`343`.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue