Skip to content

Commit 4c72893

Browse files
committed
docs multiple lines after all
1 parent f87dc5a commit 4c72893

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Doc/library/difflib.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,8 @@ diffs. For comparing directories and files, see the :mod:`filecmp` module.
170170

171171

172172

173-
.. function:: context_diff(a, b, fromfile='', tofile='', fromfiledate='', tofiledate='', n=3, lineterm='\n', matcher=None)
173+
.. function:: context_diff(a, b, fromfile='', tofile='', fromfiledate='', tofiledate='', \
174+
n=3, lineterm='\n', matcher=None)
174175

175176
Compare *a* and *b* (lists of strings); return a delta (a :term:`generator`
176177
generating the delta lines) in context diff format.
@@ -322,7 +323,8 @@ diffs. For comparing directories and files, see the :mod:`filecmp` module.
322323
emu
323324

324325

325-
.. function:: unified_diff(a, b, fromfile='', tofile='', fromfiledate='', tofiledate='', n=3, lineterm='\n', *, color=False, matcher=None)
326+
.. function:: unified_diff(a, b, fromfile='', tofile='', fromfiledate='', tofiledate='', \
327+
n=3, lineterm='\n', *, color=False, matcher=None)
326328
327329
Compare *a* and *b* (lists of strings); return a delta (a :term:`generator`
328330
generating the delta lines) in unified diff format.

0 commit comments

Comments
 (0)