Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Doc/library/difflib.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ diffs. For comparing directories and files, see also, the :mod:`filecmp` module.

Lines beginning with '``?``' attempt to guide the eye to intraline differences,
and were not present in either input sequence. These lines can be confusing if
the sequences contain tab characters.
the sequences contain whitespace characters, such as spaces, tabs or line breaks.


.. class:: HtmlDiff
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The ``Differ`` documentation now also mentions other whitespace characters, which make it harder to understand the diff output.