Skip to content

Commit 1d9c006

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

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
@@ -65,7 +65,7 @@ func getCwd(self py.Object, args py.Tuple) (py.Object, error) {
6565
return py.String(dir), nil
6666
}
6767

68-
// gets the current working directory in a byte list
68+
// getCwdb returns the current working directory as a byte list.
6969
func getCwdb(self py.Object, args py.Tuple) (py.Object, error) {
7070
dir, err := os.Getwd()
7171
if err != nil {

0 commit comments

Comments
 (0)