From: Tim Golden Date: Mon, 1 Oct 2012 15:40:40 +0000 (+0100) Subject: Issue16097 Fix small typo in comment (patch by Wael Al Jishi) X-Git-Tag: v3.4.0a1~2426^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=621302c3f45eb089754d779b3c4406c4410b52f8;p=python Issue16097 Fix small typo in comment (patch by Wael Al Jishi) --- diff --git a/Lib/codecs.py b/Lib/codecs.py index 9901d5c662..48d4c9c739 100644 --- a/Lib/codecs.py +++ b/Lib/codecs.py @@ -461,7 +461,7 @@ class StreamReader(Codec): # 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: