@@ -170,8 +170,7 @@ diffs. For comparing directories and files, see the :mod:`filecmp` module.
170170
171171
172172
173- .. function :: context_diff(a, b, fromfile='', tofile='', fromfiledate='', tofiledate='',
174- n=3, lineterm='\n ', matcher=None)
173+ .. function :: context_diff(a, b, fromfile='', tofile='', fromfiledate='', tofiledate='', n=3, lineterm='\n', matcher=None)
175174
176175 Compare *a * and *b * (lists of strings); return a delta (a :term: `generator `
177176 generating the delta lines) in context diff format.
@@ -323,8 +322,7 @@ diffs. For comparing directories and files, see the :mod:`filecmp` module.
323322 emu
324323
325324
326- .. function :: unified_diff(a, b, fromfile='', tofile='', fromfiledate='', tofiledate='',
327- n=3, lineterm='\n ', *, color=False, matcher=None)
325+ .. function :: unified_diff(a, b, fromfile='', tofile='', fromfiledate='', tofiledate='', n=3, lineterm='\n', *, color=False, matcher=None)
328326
329327 Compare *a * and *b * (lists of strings); return a delta (a :term: `generator `
330328 generating the delta lines) in unified diff format.
@@ -415,7 +413,7 @@ diffs. For comparing directories and files, see the :mod:`filecmp` module.
415413 was published in Dr. Dobb's Journal in July, 1988.
416414
417415
418- .. _ sequence-matcher -base :
416+ .. _ sequencematcher -base :
419417
420418SequenceMatcherBase
421419-------------------
0 commit comments