Skip to content

Commit f5c9943

Browse files
glaukiol1sbinet
andcommitted
Update os/os.module.go
Co-authored-by: Sebastien Binet <[email protected]>
1 parent 1d9c006 commit f5c9943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

os/os.module.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ func getCwdb(self py.Object, args py.Tuple) (py.Object, error) {
7474
return py.Bytes([]byte(dir)), nil
7575
}
7676

77-
// change current working directory
77+
// chdir changes the current working directory to the provided path.
7878
func chdir(self py.Object, args py.Tuple) (py.Object, error) {
7979
if len(args) == 0 {
8080
return nil, py.ExceptionNewf(py.TypeError, "Missing required argument 'path' (pos 1)")

0 commit comments

Comments
 (0)