Skip to content

Commit dadbb26

Browse files
authored
Replace ambiguous word "pound" by "hash" in difflib docs (#139601)
1 parent 5389234 commit dadbb26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/difflib.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ diffs. For comparing directories and files, see also, the :mod:`filecmp` module.
231231
*linejunk*: A function that accepts a single string argument, and returns
232232
true if the string is junk, or false if not. The default is ``None``. There
233233
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 (``'#'``)
234+
without visible characters, except for at most one hash character (``'#'``)
235235
-- however the underlying :class:`SequenceMatcher` class does a dynamic
236236
analysis of which lines are so frequent as to constitute noise, and this
237237
usually works better than using this function.

0 commit comments

Comments
 (0)