Skip to content

Commit 8badc73

Browse files
George-Ogdenmiss-islington
authored andcommitted
Replace ambiguous word "pound" by "hash" in difflib docs (GH-139601)
(cherry picked from commit dadbb26) Co-authored-by: George Ogden <[email protected]>
1 parent 7e5d47d commit 8badc73

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)