Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2833f42 commit fb29a16Copy full SHA for fb29a16
1 file changed
Modules/grpmodule.c
@@ -10,7 +10,7 @@ static PyStructSequence_Field struct_group_type_fields[] = {
10
{"gr_name", "group name"},
11
{"gr_passwd", "password"},
12
{"gr_gid", "group id"},
13
- {"gr_mem", "group memebers"},
+ {"gr_mem", "group members"},
14
{0}
15
};
16
0 commit comments