There was an error while loading. Please reload this page.
difflib
1 parent 9eee7fe commit 3a88024Copy full SHA for 3a88024
1 file changed
Doc/library/difflib.rst
@@ -231,7 +231,7 @@ diffs. For comparing directories and files, see also, the :mod:`filecmp` module.
231
*linejunk*: A function that accepts a single string argument, and returns
232
true if the string is junk, or false if not. The default is ``None``. There
233
is also a module-level function :func:`IS_LINE_JUNK`, which filters out lines
234
- without visible characters, except for at most one pound character (``'#'``)
+ without visible characters, except for at most one hash character (``'#'``)
235
-- however the underlying :class:`SequenceMatcher` class does a dynamic
236
analysis of which lines are so frequent as to constitute noise, and this
237
usually works better than using this function.
0 commit comments