changeset 26201:c5b2074ae8c0

util: capitalize Python in MBTextWrapper._wrap_chunks comment
author timeless@mozdev.org
date Tue, 08 Sep 2015 15:32:20 -0400
parents 461e7b700fdf
children 04af43009c8b
files mercurial/util.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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