There was an error while loading. Please reload this page.
filecmp.cmpfiles
1 parent ff56462 commit 26e7c4fCopy full SHA for 26e7c4f
1 file changed
Doc/library/filecmp.rst
@@ -34,9 +34,9 @@ The :mod:`!filecmp` module defines the following functions:
34
file changes. The entire cache may be cleared using :func:`clear_cache`.
35
36
37
-.. function:: cmpfiles(dir1, dir2, common, shallow=True)
+.. function:: cmpfiles(a, b, common, shallow=True)
38
39
- 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
40
given by *common*.
41
42
Returns three lists of file names: *match*, *mismatch*,
0 commit comments