We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98fa3b5 commit a774285Copy full SHA for a774285
Doc/library/contextlib.rst
@@ -357,7 +357,7 @@ Functions and classes provided:
357
358
Non parallel-safe context manager to change the current working directory.
359
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
+ for use in most threaded or async contexts. It is also not suitable for most
361
non-linear code execution, like generators, where the program execution is
362
temporarily relinquished -- unless explicitely desired, you should not yield
363
when this context manager is active.
0 commit comments