Commit 621302c3 authored by Tim Golden's avatar Tim Golden

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

parent f41d2025
...@@ -461,7 +461,7 @@ class StreamReader(Codec): ...@@ -461,7 +461,7 @@ class StreamReader(Codec):
# read until we get the required number of characters (if available) # read until we get the required number of characters (if available)
while True: 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 chars < 0:
if size < 0: if size < 0:
if self.charbuffer: if self.charbuffer:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment