Skip to content
Snippets Groups Projects
Unverified Commit df7c8b95 authored by Adam Dangoor's avatar Adam Dangoor Committed by GitHub
Browse files

gh-95233: Correct grp.getgrgid parameter name in documentation (gid -> id) (gh-95232)

parent 310f9487
Branches
Tags
No related merge requests found
...@@ -38,7 +38,7 @@ accessible via :func:`getgrnam` or :func:`getgrgid`.) ...@@ -38,7 +38,7 @@ accessible via :func:`getgrnam` or :func:`getgrgid`.)
It defines the following items: It defines the following items:
.. function:: getgrgid(gid) .. function:: getgrgid(id)
Return the group database entry for the given numeric group ID. :exc:`KeyError` Return the group database entry for the given numeric group ID. :exc:`KeyError`
is raised if the entry asked for cannot be found. is raised if the entry asked for cannot be found.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment