Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fb29a16

Browse files
committed
Issue #18661: typo in grp.struct_group docstring. Thanks Vajrasky Kok.
1 parent 2833f42 commit fb29a16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/grpmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ static PyStructSequence_Field struct_group_type_fields[] = {
1010
{"gr_name", "group name"},
1111
{"gr_passwd", "password"},
1212
{"gr_gid", "group id"},
13-
{"gr_mem", "group memebers"},
13+
{"gr_mem", "group members"},
1414
{0}
1515
};
1616

0 commit comments

Comments
 (0)