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 090f7be commit 0b64c14Copy full SHA for 0b64c14
1 file changed
Modules/_sre.c
@@ -2565,7 +2565,7 @@ PyDoc_STRVAR(pattern_match_doc,
2565
PyDoc_STRVAR(pattern_search_doc,
2566
"search(string[, pos[, endpos]]) -> match object or None.\n\n\
2567
Scan through string looking for a match, and return a corresponding\n\
2568
- MatchObject instance. Return None if no position in the string matches.");
+ match object instance. Return None if no position in the string matches.");
2569
2570
PyDoc_STRVAR(pattern_split_doc,
2571
"split(string[, maxsplit = 0]) -> list.\n\n\
0 commit comments