Skip to content

Commit 698b52c

Browse files
pythongh-95233: Correct grp.getgrgid parameter name in documentation (gid -> id) (pythongh-95232)
(cherry picked from commit df7c8b9) Co-authored-by: Adam Dangoor <[email protected]>
1 parent eff6778 commit 698b52c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/grp.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ accessible via :func:`getgrnam` or :func:`getgrgid`.)
3838
It defines the following items:
3939

4040

41-
.. function:: getgrgid(gid)
41+
.. function:: getgrgid(id)
4242

4343
Return the group database entry for the given numeric group ID. :exc:`KeyError`
4444
is raised if the entry asked for cannot be found.

0 commit comments

Comments
 (0)