mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
rename MathcObject to match object in doctrings for re module (#16760)
This commit is contained in:
commit
41dc9f3cd1
1 changed files with 1 additions and 1 deletions
|
@ -2533,7 +2533,7 @@ PyDoc_STRVAR(pattern_match_doc,
|
|||
PyDoc_STRVAR(pattern_search_doc,
|
||||
"search(string[, pos[, endpos]]) -> match object or None.\n\
|
||||
Scan through string looking for a match, and return a corresponding\n\
|
||||
MatchObject instance. Return None if no position in the string matches.");
|
||||
match object instance. Return None if no position in the string matches.");
|
||||
|
||||
PyDoc_STRVAR(pattern_split_doc,
|
||||
"split(string[, maxsplit = 0]) -> list.\n\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue