# HG changeset patch # User Pierre-Yves David # Date 2020-10-02 06:57:43 # Node ID 646a676f5365f43153ef4b4a3b8291b2f7bd0e99 # Parent 426294d06ddc29fdcb12fe7c9789eccef385dbba changing-files: fix docstring As pointed by Pulkit Goyal. Differential Revision: https://phab.mercurial-scm.org/D9143 diff --git a/mercurial/metadata.py b/mercurial/metadata.py --- a/mercurial/metadata.py +++ b/mercurial/metadata.py @@ -23,7 +23,7 @@ from .revlogutils import ( class ChangingFiles(object): - """A class recording the changes made to a file by a changeset + """A class recording the changes made to files by a changeset Actions performed on files are gathered into 3 sets: