Skip to content

Commit

Permalink
Fix code snippet from the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
taras committed Oct 8, 2024
1 parent f1dc23c commit 3fc400a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/guides.rst
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ Here is the naive way to implement concatenation:
# Called for the simple case when a frame is a whole message
pass
def on_concatenated_message(self, msg_type: picows.WSMsgType, payload: bytearray):
def on_concatenated_message(self, transport: picows.WSTransport, msg_type: picows.WSMsgType, payload: bytearray):
# Called after concatenating a message from multiple frames
pass
Expand Down

0 comments on commit 3fc400a

Please sign in to comment.