Skip to content

Commit 4f8458f

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

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)