Skip to content

Commit 68e32db

Browse files
geryogamsethmlarson
authored andcommitted
Fix a typo in documentation (#88)
1 parent 241e220 commit 68e32db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

h11/_connection.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ def trailing_data(self):
308308
return (bytes(self._receive_buffer), self._receive_buffer_closed)
309309

310310
def receive_data(self, data):
311-
"""Add data to our internal recieve buffer.
311+
"""Add data to our internal receive buffer.
312312
313313
This does not actually do any processing on the data, just stores
314314
it. To trigger processing, you have to call :meth:`next_event`.

0 commit comments

Comments
 (0)