Skip to content

Commit a774285

Browse files
authored
bpo-25625: [doc] fix async/aync typo (GH-29091)
1 parent 98fa3b5 commit a774285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/contextlib.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ Functions and classes provided:
357357

358358
Non parallel-safe context manager to change the current working directory.
359359
As this changes a global state, the working directory, it is not suitable
360-
for use in most threaded or aync contexts. It is also not suitable for most
360+
for use in most threaded or async contexts. It is also not suitable for most
361361
non-linear code execution, like generators, where the program execution is
362362
temporarily relinquished -- unless explicitely desired, you should not yield
363363
when this context manager is active.

0 commit comments

Comments
 (0)