mirror of
https://github.com/python/cpython.git
synced 2026-01-03 14:02:21 +00:00
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:
parent
8e1952aaaf
commit
8a7bf2d28c
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue