mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
Escaped backslashes in docstrings.
This commit is contained in:
commit
50ef0f41af
7 changed files with 13 additions and 13 deletions
|
|
@ -191,7 +191,7 @@ def search_reverse(prog, chars, col):
|
|||
|
||||
This is done by searching forwards until there is no match.
|
||||
Prog: compiled re object with a search method returning a match.
|
||||
Chars: line of text, without \n.
|
||||
Chars: line of text, without \\n.
|
||||
Col: stop index for the search; the limit for match.end().
|
||||
'''
|
||||
m = prog.search(chars)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue