diff options
-rw-r--r-- | Modules/_sre.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Modules/_sre.c b/Modules/_sre.c index a25d935..69c7bc0 100644 --- a/Modules/_sre.c +++ b/Modules/_sre.c @@ -2422,9 +2422,6 @@ PyDoc_STRVAR(match_group_doc, Return subgroup(s) of the match by indices or names.\n\ For 0 returns the entire match."); -PyDoc_STRVAR(match_getitem_doc, -"__getitem__(name) <==> group(name).\n"); - static PyObject * match_lastindex_get(MatchObject *self) { |