From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sat, 26 Mar 2022 00:23:04 +0000 (-0700) Subject: bpo-47105: Cite grp.h instead of pwd.h in grp docs (GH-32091) (GH-32121) X-Git-Tag: v3.9.13~164 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b8b473e943c0d105c79a6ebe2199dec18d785966;p=thirdparty%2FPython%2Fcpython.git 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 --- diff --git a/Doc/library/grp.rst b/Doc/library/grp.rst index 74de3f952005..fbfb922d3e05 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 -````): +````): +-------+-----------+---------------------------------+ | Index | Attribute | Meaning |