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

(cherry picked from commit ee912ad6f6)

Co-authored-by: Alex Hedges <aphedges@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2022-03-25 17:23:04 -07:00 committed by GitHub
parent 6f345d3633
commit b8b473e943
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 |