Issue16097 Fix small typo in comment (patch by Wael Al Jishi)
This commit is contained in:
parent
f41d202555
commit
621302c3f4
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue