commit | a9b51d2a0e4c6875fb588c6bf97d7e4af6bb121c | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sun Sep 05 17:07:12 2010 +0000 |
committer | Georg Brandl <georg@python.org> | Sun Sep 05 17:07:12 2010 +0000 |
tree | 331bef9d2128b658b899068a68bb33ff3f91ee96 | |
parent | 649971e63bec3ae9b5eb399f5ee7885a8bf18e53 [diff] |
#9747: fix copy-paste error in getresgid() doc.
diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 8df98cf..2e29e4a 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst
@@ -299,7 +299,7 @@ .. function:: getresgid() Return a tuple (rgid, egid, sgid) denoting the current process's - real, effective, and saved user ids. + real, effective, and saved group ids. Availability: Unix.