mirror of
https://github.com/python/cpython.git
synced 2025-08-18 15:51:23 +00:00
[Bug #1622533] Make docstrings raw strings because they contain control characters (\0, \1)
This commit is contained in:
parent
a6e0f502ea
commit
3b015c46a5
2 changed files with 2 additions and 2 deletions
|
@ -1311,7 +1311,7 @@ def ndiff(a, b, linejunk=None, charjunk=IS_CHARACTER_JUNK):
|
|||
|
||||
def _mdiff(fromlines, tolines, context=None, linejunk=None,
|
||||
charjunk=IS_CHARACTER_JUNK):
|
||||
"""Returns generator yielding marked up from/to side by side differences.
|
||||
r"""Returns generator yielding marked up from/to side by side differences.
|
||||
|
||||
Arguments:
|
||||
fromlines -- list of text lines to compared to tolines
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue