From df7c8b95372169fb9d23140d35f91970ba32189d Mon Sep 17 00:00:00 2001 From: Adam Dangoor Date: Mon, 25 Jul 2022 11:54:42 +0200 Subject: gh-95233: Correct grp.getgrgid parameter name in documentation (gid -> id) (gh-95232) --- Doc/library/grp.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/grp.rst b/Doc/library/grp.rst index fbfb922..baa3175 100644 --- a/Doc/library/grp.rst +++ b/Doc/library/grp.rst @@ -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. -- cgit v0.12