mercurial/manifest.py
changeset 31787 6bfea18df609
parent 31650 23391acfc421
child 31876 94c1d3c1aea2
--- a/mercurial/manifest.py	Mon Apr 03 11:30:51 2017 -0700
+++ b/mercurial/manifest.py	Mon Apr 03 08:45:24 2017 -0700
@@ -591,7 +591,7 @@
             return self._lm.text()
 
     def fastdelta(self, base, changes):
-        """Given a base manifest text as an array.array and a list of changes
+        """Given a base manifest text as a bytearray and a list of changes
         relative to that text, compute a delta that can be used by revlog.
         """
         delta = []