mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Issue #27171: Merge typo fixes from 3.5
This commit is contained in:
commit
0b7d84de6b
30 changed files with 51 additions and 51 deletions
|
@ -1043,7 +1043,7 @@ class BufferedReader(_BufferedIOMixin):
|
|||
break
|
||||
avail += len(chunk)
|
||||
chunks.append(chunk)
|
||||
# n is more then avail only when an EOF occurred or when
|
||||
# n is more than avail only when an EOF occurred or when
|
||||
# read() would have blocked.
|
||||
n = min(n, avail)
|
||||
out = b"".join(chunks)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue