From ee912ad6f66bb8cf5a8a2b4a7ecd2752bf070864 Mon Sep 17 00:00:00 2001 From: Alex Hedges Date: Fri, 25 Mar 2022 20:09:40 -0400 Subject: bpo-47105: Cite grp.h instead of pwd.h in grp docs (GH-32091) --- Doc/library/grp.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -````): +````): +-------+-----------+---------------------------------+ | Index | Attribute | Meaning | -- cgit v0.12