Issue16097 Fix small typo in comment (patch by Wael Al Jishi)

This commit is contained in:
Tim Golden 2012-10-01 16:40:40 +01:00
parent f41d202555
commit 621302c3f4
1 changed files with 1 additions and 1 deletions

View File

@ -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: