#9747: fix copy-paste error in getresgid() doc.

This commit is contained in:
Georg Brandl 2010-09-05 17:07:12 +00:00
parent 649971e63b
commit a9b51d2a0e
2 changed files with 2 additions and 2 deletions

View file

@ -299,7 +299,7 @@ process and user.
.. 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.