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.
chdir
1 parent 8e2f4b4 commit 7bbd568Copy full SHA for 7bbd568
Modules/posixmodule.c
@@ -3477,7 +3477,7 @@ Change the current working directory to the specified path.
3477
3478
path may always be specified as a string.
3479
On some platforms, path may also be specified as an open file descriptor.
3480
- If this functionality is unavailable, using it raises an exception.
+If this functionality is unavailable, using it raises an exception.
3481
[clinic start generated code]*/
3482
3483
static PyObject *
0 commit comments