mercurial/revlogutils/deltas.py
changeset 47399 34cc102c73f5
parent 47253 b876f0bf7366
child 47401 1efe3cdef53a
--- a/mercurial/revlogutils/deltas.py	Sun May 30 17:11:49 2021 +0200
+++ b/mercurial/revlogutils/deltas.py	Sun May 30 16:20:36 2021 +0200
@@ -932,7 +932,7 @@
     def buildtext(self, revinfo, fh):
         """Builds a fulltext version of a revision
 
-        revinfo: _revisioninfo instance that contains all needed info
+        revinfo: revisioninfo instance that contains all needed info
         fh:      file handle to either the .i or the .d revlog file,
                  depending on whether it is inlined or not
         """