Skip to content

Commit

Permalink
Fix a typo in documentation (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
geryogam authored and sethmlarson committed Aug 26, 2019
1 parent 241e220 commit 68e32db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion h11/_connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ def trailing_data(self):
return (bytes(self._receive_buffer), self._receive_buffer_closed)

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

0 comments on commit 68e32db

Please sign in to comment.