Skip to content

Commit 5668f41

Browse files
committed
Correct Channels typo (plural)
1 parent 53edcfc commit 5668f41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/channels/channels/consumer.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class _LazySession(SessionBase, LazyObject): # type: ignore[misc]
1515
# Base ASGI Scope definition
1616
@type_check_only
1717
class _ChannelScope(WebSocketScope, total=False):
18-
# Channel specific
18+
# Channels specific
1919
channel: str
2020
url_route: dict[str, Any]
2121
path_remaining: str

0 commit comments

Comments
 (0)