]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-47105: Cite grp.h instead of pwd.h in grp docs (GH-32091)
authorAlex Hedges <aphedges@users.noreply.github.com>
Sat, 26 Mar 2022 00:09:40 +0000 (20:09 -0400)
committerGitHub <noreply@github.com>
Sat, 26 Mar 2022 00:09:40 +0000 (20:09 -0400)
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                         |