8000 Update Doc/library/filecmp.rst · python/cpython@4dd7d1e · GitHub
[go: up one dir, main page]

Skip to content

Commit 4dd7d1e

Browse files
Update Doc/library/filecmp.rst
Co-authored-by: Sanyam Khurana <8039608+CuriousLearner@users.noreply.github.com>
1 parent fd64f21 commit 4dd7d1e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Doc/library/filecmp.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,9 @@ The :class:`dircmp` class
7777
:const:`filecmp.DEFAULT_IGNORES`. *hide* is a list of names to hide, and
7878
defaults to ``[os.curdir, os.pardir]``.
7979

80-
The *shallow* parameter has the same meaning and default value as for
81-
:func:`filecmp.cmp`.
80+
The :class:`dircmp` class compares files by doing *shallow* comparisons
81+
as described for :func:`filecmp.cmp` by default using the *shallow*
82+
parameter.
8283

8384
The :class:`dircmp` class provides the following methods:
8485

0 commit comments

Comments
 (0)
0