summaryrefslogtreecommitdiffstats
path: root/Doc/library/grp.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/grp.rst')
-rw-r--r--Doc/library/grp.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/grp.rst b/Doc/library/grp.rst
index fbfb922..baa3175 100644
--- a/Doc/library/grp.rst
+++ b/Doc/library/grp.rst
@@ -38,7 +38,7 @@ accessible via :func:`getgrnam` or :func:`getgrgid`.)
It defines the following items:
-.. function:: getgrgid(gid)
+.. function:: getgrgid(id)
Return the group database entry for the given numeric group ID. :exc:`KeyError`
is raised if the entry asked for cannot be found.