There was an error while loading. Please reload this page.
1 parent 1b66519 commit 517e440Copy full SHA for 517e440
1 file changed
Doc/library/difflib.rst
@@ -348,10 +348,13 @@ Diff generation
348
line num -- integer or None (to indicate a context separation)
349
line text -- original line text with following markers inserted:
350
351
- '\0+' -- marks start of added text
352
- '\0-' -- marks start of deleted text
353
- '\0^' -- marks start of changed text
354
- '\1' -- marks end of added/deleted/changed text
+ ``'\0+'`` -- marks start of added text
+
+ ``'\0-'`` -- marks start of deleted text
355
+ ``'\0^'`` -- marks start of changed text
356
357
+ ``'\1'`` -- marks end of added/deleted/changed text
358
359
boolean flag -- None indicates context separation, True indicates
360
either "from" or "to" line contains a change, otherwise False.
0 commit comments