]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-47105: Cite grp.h instead of pwd.h in grp docs (GH-32091) (GH-32121)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 26 Mar 2022 00:23:04 +0000 (17:23 -0700)
committerGitHub <noreply@github.com>
Sat, 26 Mar 2022 00:23:04 +0000 (20:23 -0400)
(cherry picked from commit ee912ad6f66bb8cf5a8a2b4a7ecd2752bf070864)

Co-authored-by: Alex Hedges <aphedges@users.noreply.github.com>
Doc/library/grp.rst

index 74de3f952005fd7220a4e298d967a464faa6f47a..fbfb922d3e0528ee4723d047910f696e67e05351 100644 (file)
@@ -12,7 +12,7 @@ Unix versions.
 
 Group database entries are reported as a tuple-like object, whose attributes
 correspond to the members of the ``group`` structure (Attribute field below, see
-``<pwd.h>``):
+``<grp.h>``):
 
 +-------+-----------+---------------------------------+
 | Index | Attribute | Meaning                         |