8000 gh-95233: Correct grp.getgrgid parameter name in documentation (gid -… · miss-islington/cpython@713a591 · GitHub
[go: up one dir, main page]

Skip to content

Commit 713a591

Browse files
adamtheturtlemiss-islington
authored andcommitted
pythongh-95233: Correct grp.getgrgid parameter name in documentation (gid -> id) (pythongh-95232)
(cherry picked from commit df7c8b9) Co-authored-by: Adam Dangoor <adamdangoor@gmail.com>
1 parent 8e1952a commit 713a591

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)
0