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

This commit is contained in:
Adam Dangoor 2022-07-25 11:54:42 +02:00 committed by GitHub
parent 310f94871a
commit df7c8b9537
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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.