mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
Typo fix
This commit is contained in:
parent
2722827071
commit
b7a455f326
1 changed files with 1 additions and 1 deletions
|
|
@ -308,7 +308,7 @@ Simplifying support for single optional context managers
|
||||||
|
|
||||||
In the specific case of a single optional context manager, :class:`ExitStack`
|
In the specific case of a single optional context manager, :class:`ExitStack`
|
||||||
instances can be used as a "do nothing" context manager, allowing a context
|
instances can be used as a "do nothing" context manager, allowing a context
|
||||||
managers to easily be omitted without affecting the overall structure of
|
manager to easily be omitted without affecting the overall structure of
|
||||||
the source code::
|
the source code::
|
||||||
|
|
||||||
def debug_trace(details):
|
def debug_trace(details):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue