Skip to content

Commit 6ffbe37

Browse files
committed
Update docs
1 parent fb68aa7 commit 6ffbe37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

twitchio/web/aio_adapter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ class AiohttpAdapter(BaseAdapter[BT], web.Application):
116116
An optional :class:`SSLContext` passed to the adapter. If SSL is setup via a front-facing web server such as NGINX, you should leave this as None.
117117
client: :class:`~twitchio.Client` | None
118118
An optional :class:`~twitchio.Client` or any derivative such as :class:`~twitchio.ext.commands.Bot` to set for this
119-
adapter. When ``None`` the client will be set automatically after initalization.
119+
adapter. When ``None`` the client will be set automatically after initalization. Defaults to ``None``.
120120
121121
Examples
122122
--------

twitchio/web/starlette_adapter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ class StarletteAdapter(BaseAdapter[BT], Starlette):
128128
closing. Defaults to ``3``.
129129
client: :class:`~twitchio.Client` | None
130130
An optional :class:`~twitchio.Client` or any derivative such as :class:`~twitchio.ext.commands.Bot` to set for this
131-
adapter. When ``None`` the client will be set automatically after initalization.
131+
adapter. When ``None`` the client will be set automatically after initalization. Defaults to ``None``.
132132
133133
Examples
134134
--------

0 commit comments

Comments
 (0)