Skip to content

Commit fb092b0

Browse files
committed
fixup docs
1 parent f7b34c3 commit fb092b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/difflib.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ diffs. For comparing directories and files, see also, the :mod:`filecmp` module.
278278
emu
279279

280280

281-
.. function:: unified_diff(a, b, fromfile='', tofile='', fromfiledate='', tofiledate='', n=3, lineterm='\n', color=False)
281+
.. function:: unified_diff(a, b, fromfile='', tofile='', fromfiledate='', tofiledate='', n=3, lineterm='\n', *, color=False)
282282

283283
Compare *a* and *b* (lists of strings); return a delta (a :term:`generator`
284284
generating the delta lines) in unified diff format.

0 commit comments

Comments
 (0)