Skip to content

Commit 30d4535

Browse files
committed
Back iff word
1 parent 390b6e7 commit 30d4535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/difflib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1040,7 +1040,7 @@ def _qformat(self, aline, bline, atags, btags):
10401040

10411041
def IS_LINE_JUNK(line, pat=None):
10421042
r"""
1043-
Return True for ignorable line: if and only if `line` is blank or contains a single '#'.
1043+
Return True for ignorable line: if `line` is blank or contains a single '#'.
10441044
10451045
Examples:
10461046

0 commit comments

Comments
 (0)