Skip to content

Commit d3ca44c

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

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
@@ -109,7 +109,7 @@ func getenv(self py.Object, args py.Tuple) (py.Object, error) {
109109
return py.None, nil
110110
}
111111

112-
// get the current process' pid
112+
// getpid returns the current process id.
113113
func getpid(self py.Object, args py.Tuple) (py.Object, error) {
114114
return py.Int(os.Getpid()), nil
115115
}

0 commit comments

Comments
 (0)