Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98fa3b5 commit a774285Copy full SHA for a774285
1 file changed
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