Skip to content

Commit f87dc5a

Browse files
committed
docs - signatures in one line
1 parent 641612b commit f87dc5a

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

Doc/library/difflib.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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

420418
SequenceMatcherBase
421419
-------------------

0 commit comments

Comments
 (0)