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.
2 parents 872af44 + c39fcc7 commit 9753244Copy full SHA for 9753244
os/os.module.go
@@ -74,7 +74,7 @@ func getCwdb(self py.Object, args py.Tuple) (py.Object, error) {
74
return py.Bytes([]byte(dir)), nil
75
}
76
77
-// change current working directory
+// chdir changes the current working directory to the provided path.
78
func chdir(self py.Object, args py.Tuple) (py.Object, error) {
79
if len(args) == 0 {
80
return nil, py.ExceptionNewf(py.TypeError, "Missing required argument 'path' (pos 1)")
0 commit comments