Skip to content

Commit 30d9bc4

Browse files
glaukiol1sbinet
andauthored
Update os/os.module.go
Co-authored-by: Sebastien Binet <[email protected]>
1 parent bcd69a6 commit 30d9bc4

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
@@ -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)