[PATCH 4 of 5] util: capitalize Python in MBTextWrapper._wrap_chunks comment
timeless at mozdev.org
timeless at mozdev.org
Wed Sep 9 01:01:00 UTC 2015
# HG changeset patch
# User timeless at mozdev.org
# Date 1441740740 14400
# Tue Sep 08 15:32:20 2015 -0400
# Node ID 84f72bfe33a13c09b83fc9b2e2719f999aa17838
# Parent 52336c4a14e3c4e5642a07681cb10acb0bb29823
util: capitalize Python in MBTextWrapper._wrap_chunks comment
diff --git a/mercurial/util.py b/mercurial/util.py
--- a/mercurial/util.py
+++ b/mercurial/util.py
@@ -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
More information about the Mercurial-devel
mailing list