# HG changeset patch # User timeless@mozdev.org # Date 1345237098 25200 # Node ID afb4e220f1a85156d47333baea6802113dbf24fb # Parent 7c44b703657b0427af842da00b44b966f3d589d3 spelling: relies diff -r 7c44b703657b -r afb4e220f1a8 mercurial/py3kcompat.py --- a/mercurial/py3kcompat.py Fri Aug 17 13:58:18 2012 -0700 +++ b/mercurial/py3kcompat.py Fri Aug 17 13:58:18 2012 -0700 @@ -12,7 +12,7 @@ def bytesformatter(format, args): '''Custom implementation of a formatter for bytestrings. - This function currently relias on the string formatter to do the + This function currently relies on the string formatter to do the formatting and always returns bytes objects. >>> bytesformatter(20, 10)