]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-95233: Correct grp.getgrgid parameter name in documentation (gid -> id) (gh-95232)
authorAdam Dangoor <adamdangoor@gmail.com>
Mon, 25 Jul 2022 09:54:42 +0000 (11:54 +0200)
committerGitHub <noreply@github.com>
Mon, 25 Jul 2022 09:54:42 +0000 (18:54 +0900)
Doc/library/grp.rst

index fbfb922d3e0528ee4723d047910f696e67e05351..baa31752a2c750c73d7b0e8c79263fdd05a8c851 100644 (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.