mercurial/revlogutils/docket.py
changeset 47388 bcf92bdc2bca
parent 47371 298d4400ea68
child 47389 e6292eb33384
--- a/mercurial/revlogutils/docket.py	Thu May 27 04:09:30 2021 +0200
+++ b/mercurial/revlogutils/docket.py	Fri May 28 23:41:12 2021 +0200
@@ -145,7 +145,7 @@
         return b"%s-%s.idx" % (self._radix, self._index_uuid)
 
     def data_filepath(self):
-        """file path to the current index file associated to this docket"""
+        """file path to the current data file associated to this docket"""
         # very simplistic version at first
         if self._data_uuid is None:
             self._data_uuid = make_uid()