Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Commit 9656af5

Browse files
committed
Need -> needed.
1 parent c8624ef commit 9656af5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hyper/http20/connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ def _recv_cb(self, stream_id=0):
727727
# Ignore this read if some other thread has recently read data from
728728
# from the requested stream.
729729
#
730-
# The lock here looks broad, but is need to ensure correct behavior
730+
# The lock here looks broad, but is needed to ensure correct behavior
731731
# when there are multiple readers of the same stream. It is
732732
# re-acquired in the calls to self._single_read.
733733
#

0 commit comments

Comments
 (0)