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

Skip to content

Commit df7c8b9

Browse files
gh-95233: Correct grp.getgrgid parameter name in documentation (gid -> id) (gh-95232)
1 parent 310f948 commit df7c8b9

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