mirror of
https://github.com/python/cpython.git
synced 2025-08-22 09:45:06 +00:00
shallow defaults to 'True' not '1' (closes #21355)
Patch by Diana Clarke.
This commit is contained in:
parent
e472aeafc3
commit
d4992dccfb
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue