Skip to content

Commit

Permalink
suppress warning about unrecognized path
Browse files Browse the repository at this point in the history
  • Loading branch information
dlqqq committed Feb 2, 2024
1 parent 50750c4 commit 2e7ab0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/usage/WebSocket_API.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
The WebSocket object passed to `WebsocketProvider` and `WebsocketServer.serve` must implement the following API, defined as a [protocol class](../../reference/WebSocket):
The WebSocket object passed to `WebsocketProvider` and `WebsocketServer.serve`
must implement the following API, defined as a [protocol class](../reference/WebSocket.md):

```py
class WebSocket:
Expand Down

0 comments on commit 2e7ab0a

Please sign in to comment.