[Python-checkins] cpython (3.3): Issue #18661: typo in grp.struct_group docstring. Thanks Vajrasky Kok.

mark.dickinson python-checkins at python.org
Mon Aug 5 18:58:17 CEST 2013


http://hg.python.org/cpython/rev/791034a0ae1e
changeset:   85042:791034a0ae1e
branch:      3.3
parent:      85035:2ec323dadca2
user:        Mark Dickinson <dickinsm at gmail.com>
date:        Mon Aug 05 17:57:01 2013 +0100
summary:
  Issue #18661: typo in grp.struct_group docstring.  Thanks Vajrasky Kok.

files:
  Modules/grpmodule.c |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Modules/grpmodule.c b/Modules/grpmodule.c
--- a/Modules/grpmodule.c
+++ b/Modules/grpmodule.c
@@ -10,7 +10,7 @@
    {"gr_name", "group name"},
    {"gr_passwd", "password"},
    {"gr_gid", "group id"},
-   {"gr_mem", "group memebers"},
+   {"gr_mem", "group members"},
    {0}
 };
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list