Issue #18661: typo in grp.struct_group docstring (fix merged from 3.3). Thanks Vajrasky Kok.

This commit is contained in:
Mark Dickinson 2013-08-05 17:57:54 +01:00
commit e5192cdbb9
1 changed files with 1 additions and 1 deletions

View File

@ -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}
};