Skip to content
This repository was archived by the owner on Nov 23, 2017. It is now read-only.

Commit f2cb2d5

Browse files
committed
Fix typos (from upstream, contributed by Ville Skyttä).
1 parent 8805f2a commit f2cb2d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asyncio/streams.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ def read(self, n=-1):
590590
bytes. If the EOF was received and the internal buffer is empty, return
591591
an empty bytes object.
592592
593-
If n is zero, return empty bytes object immediatelly.
593+
If n is zero, return empty bytes object immediately.
594594
595595
If n is positive, this function try to read `n` bytes, and may return
596596
less or equal bytes than requested, but at least one byte. If EOF was

0 commit comments

Comments
 (0)