Browse Source

Merge 0c69ff37f8 into 5cdf820c80

pull/15691/merge
nagavardhan987 3 days ago
committed by GitHub
parent
commit
5450ca36ee
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      docs/en/docs/reference/websockets.md

2
docs/en/docs/reference/websockets.md

@ -60,7 +60,7 @@ from fastapi.websockets import WebSocketDisconnect, WebSocketState
When a client disconnects, a `WebSocketDisconnect` exception is raised, you can catch it.
You can import it directly form `fastapi`:
You can import it directly from `fastapi`:
```python
from fastapi import WebSocketDisconnect

Loading…
Cancel
Save