bpo-47105: Cite grp.h instead of pwd.h in grp docs (GH-32091)

This commit is contained in:
Alex Hedges 2022-03-25 20:09:40 -04:00 committed by GitHub
parent bad6ffaa64
commit ee912ad6f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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 |