Skip to content

Commit 08a1848

Browse files
committed
Merge branch 'add-os-module' of https://github.com/glaukiol1/gpython into add-os-module
2 parents fbd6ac0 + 60343f8 commit 08a1848

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
@@ -56,7 +56,7 @@ func getEnvVariables() py.StringDict {
5656
return dict
5757
}
5858

59-
// gets the current working directory
59+
// getCwd returns the current working directory.
6060
func getCwd(self py.Object, args py.Tuple) (py.Object, error) {
6161
dir, err := os.Getwd()
6262
if err != nil {

0 commit comments

Comments
 (0)