mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
bpo-47105: Cite grp.h instead of pwd.h in grp docs (GH-32091) (GH-32121)
(cherry picked from commit ee912ad6f6)
Co-authored-by: Alex Hedges <aphedges@users.noreply.github.com>
This commit is contained in:
parent
6f345d3633
commit
b8b473e943
1 changed files with 1 additions and 1 deletions
|
|
@ -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 |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue