[Python-checkins] bpo-47105: Cite grp.h instead of pwd.h in grp docs (GH-32091) (GH-32120)

ned-deily webhook-mailer at python.org
Fri Mar 25 20:21:55 EDT 2022


https://github.com/python/cpython/commit/48b3ae9e29545891bece874b4c0c0e394fe0f048
commit: 48b3ae9e29545891bece874b4c0c0e394fe0f048
branch: 3.10
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: ned-deily <nad at python.org>
date: 2022-03-25T20:21:50-04:00
summary:

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

(cherry picked from commit ee912ad6f66bb8cf5a8a2b4a7ecd2752bf070864)

Co-authored-by: Alex Hedges <aphedges at users.noreply.github.com>

files:
M Doc/library/grp.rst

diff --git a/Doc/library/grp.rst b/Doc/library/grp.rst
index 74de3f952005f..fbfb922d3e052 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                         |



More information about the Python-checkins mailing list