Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Doc/library/filecmp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ The :mod:`!filecmp` module defines the following functions:
file changes. The entire cache may be cleared using :func:`clear_cache`.


.. function:: cmpfiles(dir1, dir2, common, shallow=True)
.. function:: cmpfiles(a, b, common, shallow=True)

Compare the files in the two directories *dir1* and *dir2* whose names are
Compare the files in the two directories *a* and *b* whose names are
given by *common*.

Returns three lists of file names: *match*, *mismatch*,
Expand Down
Loading