Skip to content

Commit 5825c27

Browse files
[3.15] gh-153899: Fix documented parameter names for filecmp.cmpfiles (GH-153900) (#153910)
gh-153899: Fix documented parameter names for `filecmp.cmpfiles` (GH-153900) Update the `filecmp.cmpfiles()` docs to match its actual signature. (cherry picked from commit 26e7c4f) Co-authored-by: Vyron Vasileiadis <hi@fedonman.com>
1 parent 841f1b9 commit 5825c27

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/filecmp.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ The :mod:`!filecmp` module defines the following functions:
3434
file changes. The entire cache may be cleared using :func:`clear_cache`.
3535

3636

37-
.. function:: cmpfiles(dir1, dir2, common, shallow=True)
37+
.. function:: cmpfiles(a, b, common, shallow=True)
3838

39-
Compare the files in the two directories *dir1* and *dir2* whose names are
39+
Compare the files in the two directories *a* and *b* whose names are
4040
given by *common*.
4141

4242
Returns three lists of file names: *match*, *mismatch*,

0 commit comments

Comments
 (0)