Commit fb29a164 authored by Mark Dickinson's avatar Mark Dickinson

Issue #18661: typo in grp.struct_group docstring. Thanks Vajrasky Kok.

parent 2833f428
......@@ -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}
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment