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

(cherry picked from commit df7c8b9537)

Co-authored-by: Adam Dangoor <adamdangoor@gmail.com>
This commit is contained in:
Miss Islington (bot) 2022-08-02 08:02:33 -07:00 committed by GitHub
parent 8e1952aaaf
commit 8a7bf2d28c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.