Skip to content

Commit

Permalink
Issue16097 Fix small typo in comment (patch by Wael Al Jishi)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjguk committed Oct 1, 2012
1 parent f41d202 commit 621302c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/codecs.py
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ def read(self, size=-1, chars=-1, firstline=False):

# 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:
Expand Down

0 comments on commit 621302c

Please sign in to comment.