# HG changeset patch # User timeless@mozdev.org # Date 1441740740 14400 # Node ID c5b2074ae8c008fbee13e45ad72d44c290555fd0 # Parent 461e7b700fdf89f7620b159cd7731ce6c049944d util: capitalize Python in MBTextWrapper._wrap_chunks comment diff -r 461e7b700fdf -r c5b2074ae8c0 mercurial/util.py --- 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