We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd64f21 commit 4dd7d1eCopy full SHA for 4dd7d1e
Doc/library/filecmp.rst
@@ -77,8 +77,9 @@ The :class:`dircmp` class
77
:const:`filecmp.DEFAULT_IGNORES`. *hide* is a list of names to hide, and
78
defaults to ``[os.curdir, os.pardir]``.
79
80
- The *shallow* parameter has the same meaning and default value as for
81
- :func:`filecmp.cmp`.
+ The :class:`dircmp` class compares files by doing *shallow* comparisons
+ as described for :func:`filecmp.cmp` by default using the *shallow*
82
+ parameter.
83
84
The :class:`dircmp` class provides the following methods:
85
0 commit comments