Skip to content

Commit 621302c

Browse files
committed
Issue16097 Fix small typo in comment (patch by Wael Al Jishi)
1 parent f41d202 commit 621302c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/codecs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ def read(self, size=-1, chars=-1, firstline=False):
461461

462462
# read until we get the required number of characters (if available)
463463
while True:
464-
# can the request can be satisfied from the character buffer?
464+
# can the request be satisfied from the character buffer?
465465
if chars < 0:
466466
if size < 0:
467467
if self.charbuffer:

0 commit comments

Comments
 (0)