shallow defaults to 'True' not '1' (closes #21355)
Patch by Diana Clarke.
This commit is contained in:
parent
e472aeafc3
commit
d4992dccfb
|
@ -36,7 +36,7 @@ def cmp(f1, f2, shallow=True):
|
|||
f2 -- Second file name
|
||||
|
||||
shallow -- Just check stat signature (do not read the files).
|
||||
defaults to 1.
|
||||
defaults to True.
|
||||
|
||||
Return value:
|
||||
|
||||
|
|
Loading…
Reference in New Issue