(original) (raw)
# HG changeset patch # User Wael Al Jishi jishi9@gmail.com # Date 1349090274 -3600 # Node ID d0294148b02b2b47ed67bf6307bceac636ed5add # Parent 3f739f42be51956a93903036174fee61f5ab75e1 Fixed minor comment description in read function definition in codecs.py diff -r 3f739f42be51 -r d0294148b02b Lib/codecs.py --- a/Lib/codecs.py Mon Oct 01 07🔞55 2012 +0300 +++ b/Lib/codecs.py Mon Oct 01 12:17:54 2012 +0100 @@ -461,7 +461,7 @@ # read until we get the required number of characters (if available) while True: - # can the request can be satisfied from the character buffer? + # can the request be satisfied from the character buffer? if chars < 0: if size < 0: if self.charbuffer: /jishi9@gmail.com