Skip to content

Commit ee912ad

Browse files
authored
bpo-47105: Cite grp.h instead of pwd.h in grp docs (GH-32091)
1 parent bad6ffa commit ee912ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)