Skip to content

Commit 872af44

Browse files
committed
Merge branch 'add-os-module' of https://github.com/glaukiol1/gpython into add-os-module
2 parents 08a1848 + 84d0816 commit 872af44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)