mirror of
https://github.com/python/cpython.git
synced 2025-11-09 22:16:39 +00:00
bpo-25625: [doc] fix async/aync typo (GH-29091)
This commit is contained in:
parent
98fa3b53e2
commit
a774285e7d
1 changed files with 1 additions and 1 deletions
|
|
@ -357,7 +357,7 @@ Functions and classes provided:
|
||||||
|
|
||||||
Non parallel-safe context manager to change the current working directory.
|
Non parallel-safe context manager to change the current working directory.
|
||||||
As this changes a global state, the working directory, it is not suitable
|
As this changes a global state, the working directory, it is not suitable
|
||||||
for use in most threaded or aync contexts. It is also not suitable for most
|
for use in most threaded or async contexts. It is also not suitable for most
|
||||||
non-linear code execution, like generators, where the program execution is
|
non-linear code execution, like generators, where the program execution is
|
||||||
temporarily relinquished -- unless explicitely desired, you should not yield
|
temporarily relinquished -- unless explicitely desired, you should not yield
|
||||||
when this context manager is active.
|
when this context manager is active.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue