mirror of
https://github.com/python/cpython.git
synced 2025-10-21 22:22:48 +00:00
Escaped backslashes in docstrings.
This commit is contained in:
parent
72dcb0a765
commit
9f8a8910a4
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