Skip to content

Commit 9a302b7

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

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)