Skip to content

Commit 390b6e7

Browse files
donBarboshugovk
andauthored
Update difflib.py
Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent 32337c3 commit 390b6e7

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 `line` is blank or contains a single '#'.
1043+
Return True for ignorable line: if and only if `line` is blank or contains a single '#'.
10441044
10451045
Examples:
10461046

0 commit comments

Comments
 (0)