Skip to content

Commit b2c0650

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

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)