diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-03-26 00:23:04 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-26 00:23:04 (GMT) |
commit | b8b473e943c0d105c79a6ebe2199dec18d785966 (patch) | |
tree | 00867ca1f85fcff0ceeb32fef2ad3c86686f976b | |
parent | 6f345d363308e3e6ecf0ad518ea0fcc30afde2a8 (diff) | |
download | cpython-b8b473e943c0d105c79a6ebe2199dec18d785966.zip cpython-b8b473e943c0d105c79a6ebe2199dec18d785966.tar.gz cpython-b8b473e943c0d105c79a6ebe2199dec18d785966.tar.bz2 |
bpo-47105: Cite grp.h instead of pwd.h in grp docs (GH-32091) (GH-32121)
(cherry picked from commit ee912ad6f66bb8cf5a8a2b4a7ecd2752bf070864)
Co-authored-by: Alex Hedges <aphedges@users.noreply.github.com>
-rw-r--r-- | Doc/library/grp.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/grp.rst b/Doc/library/grp.rst index 74de3f9..fbfb922 100644 --- a/Doc/library/grp.rst +++ b/Doc/library/grp.rst @@ -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 | |