Skip to content
Snippets Groups Projects
Unverified Commit 698b52c8 authored by Miss Islington (bot)'s avatar Miss Islington (bot) Committed by GitHub
Browse files

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


(cherry picked from commit df7c8b95)

Co-authored-by: default avatarAdam Dangoor <adamdangoor@gmail.com>
parent eff67788
Branches
Tags
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment