Issue #18661: typo in grp.struct_group docstring. Thanks Vajrasky Kok.
This commit is contained in:
parent
2833f42802
commit
fb29a164df
|
@ -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…
Reference in New Issue