Skip to content

Commit fbd6ac0

Browse files
committed
Merge branch 'add-os-module' of https://github.com/glaukiol1/gpython into add-os-module
2 parents 96f6066 + 30d9bc4 commit fbd6ac0

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
@@ -44,7 +44,7 @@ func init() {
4444
})
4545
}
4646

47-
// gets and parses all process enviroment variables
47+
// getEnvVariables returns the dictionary of environment variables.
4848
func getEnvVariables() py.StringDict {
4949
vs := os.Environ()
5050
dict := py.NewStringDict()

0 commit comments

Comments
 (0)