We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 241e220 commit 68e32dbCopy full SHA for 68e32db
h11/_connection.py
@@ -308,7 +308,7 @@ def trailing_data(self):
308
return (bytes(self._receive_buffer), self._receive_buffer_closed)
309
310
def receive_data(self, data):
311
- """Add data to our internal recieve buffer.
+ """Add data to our internal receive buffer.
312
313
This does not actually do any processing on the data, just stores
314
it. To trigger processing, you have to call :meth:`next_event`.
0 commit comments