mercurial/util.py
changeset 26201 c5b2074ae8c0
parent 26126 7b625baed995
child 26266 1e042e31bd0c
--- a/mercurial/util.py	Tue Sep 08 14:56:29 2015 -0400
+++ b/mercurial/util.py	Tue Sep 08 15:32:20 2015 -0400
@@ -1667,7 +1667,7 @@
             elif not cur_line:
                 cur_line.append(reversed_chunks.pop())
 
-        # this overriding code is imported from TextWrapper of python 2.6
+        # this overriding code is imported from TextWrapper of Python 2.6
         # to calculate columns of string by 'encoding.ucolwidth()'
         def _wrap_chunks(self, chunks):
             colwidth = encoding.ucolwidth