Skip to content

Commit

Permalink
Docs, renaming websocket -> websockets
Browse files Browse the repository at this point in the history
  • Loading branch information
jordaneremieff committed Jul 16, 2021
1 parent c680fb3 commit 3c7e44c
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/websockets.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ The `WebSocketCycle` is used by the adapter to communicate message events betwee

### WebSocketCycle

::: mangum.protocols.websocket.WebSocketCycle
::: mangum.protocols.websockets.WebSocketCycle
:docstring:
:members: run receive send

Expand Down
2 changes: 1 addition & 1 deletion mangum/protocols/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .http import HTTPCycle
from .websocket import WebSocketCycle
from .websockets import WebSocketCycle
from .lifespan import LifespanCycleState, LifespanCycle

__all__ = [
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ nav:
- Introduction: 'index.md'
- Adapter: 'adapter.md'
- HTTP: 'http.md'
- WebSockets: 'websockets.md'
- Lifespan: 'lifespan.md'
- ASGI Frameworks: 'asgi-frameworks.md'
- External Links: 'external-links.md'
Expand Down
File renamed without changes.

0 comments on commit 3c7e44c

Please sign in to comment.