mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Issue #18661: typo in grp.struct_group docstring. Thanks Vajrasky Kok.
This commit is contained in:
parent
2833f42802
commit
fb29a164df
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ static PyStructSequence_Field struct_group_type_fields[] = {
|
|||
{"gr_name", "group name"},
|
||||
{"gr_passwd", "password"},
|
||||
{"gr_gid", "group id"},
|
||||
{"gr_mem", "group memebers"},
|
||||
{"gr_mem", "group members"},
|
||||
{0}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue