Skip to content

Commit d4992dc

Browse files
committed
shallow defaults to 'True' not '1' (closes python#21355)
Patch by Diana Clarke.
1 parent e472aea commit d4992dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/filecmp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def cmp(f1, f2, shallow=True):
3636
f2 -- Second file name
3737
3838
shallow -- Just check stat signature (do not read the files).
39-
defaults to 1.
39+
defaults to True.
4040
4141
Return value:
4242

0 commit comments

Comments
 (0)