Lines beginning with ``?`` try to help understanding the given diff.
The output can be hard to understand when it contains whitespace characters, such as spaces, tabs or line breaks.
While previously only tabs were mentioned, now all are listed.
Automerge-Triggered-By: GH:rhettinger
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
--- /dev/null
+The ``Differ`` documentation now also mentions other whitespace characters, which make it harder to understand the diff output.