cpython: 6ca8f965fd65 (original) (raw)
Mercurial > cpython
changeset 81047:6ca8f965fd65 2.7
rename MathcObject to match object in doctrings for re module (#16760) [#16760]
Andrew Svetlov andrew.svetlov@gmail.com | |
---|---|
date | Tue, 25 Dec 2012 18:50:03 +0200 |
parents | b11f98872c0f |
children | df51cb946d27 |
files | Modules/_sre.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-)[+] [-] Modules/_sre.c 2 |
line wrap: on
line diff
--- a/Modules/_sre.c +++ b/Modules/_sre.c @@ -2546,7 +2546,7 @@ PyDoc_STRVAR(pattern_match_doc, PyDoc_STRVAR(pattern_search_doc, "search(string[, pos[, endpos]]) --> match object or None.\n[](#l1.5) Scan through string looking for a match, and return a corresponding\n[](#l1.6)
PyDoc_STRVAR(pattern_split_doc, "split(string[, maxsplit = 0]) --> list.\n[](#l1.11)