shallow defaults to 'True' not '1' (closes #21355)

Patch by Diana Clarke.
This commit is contained in:
Benjamin Peterson 2014-04-26 13:36:21 -04:00
parent e472aeafc3
commit d4992dccfb
1 changed files with 1 additions and 1 deletions

View File

@ -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: