Skip to content

Commit b8b473e

Browse files
bpo-47105: Cite grp.h instead of pwd.h in grp docs (pythonGH-32091) (pythonGH-32121)
(cherry picked from commit ee912ad) Co-authored-by: Alex Hedges <aphedges@users.noreply.github.com>
1 parent 6f345d3 commit b8b473e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/grp.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Unix versions.
1212

1313
Group database entries are reported as a tuple-like object, whose attributes
1414
correspond to the members of the ``group`` structure (Attribute field below, see
15-
``<pwd.h>``):
15+
``<grp.h>``):
1616

1717
+-------+-----------+---------------------------------+
1818
| Index | Attribute | Meaning |

0 commit comments

Comments
 (0)