We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ada3b21 commit 667c384Copy full SHA for 667c384
twitchio/client.py
@@ -180,7 +180,7 @@ def adapter(self) -> BaseAdapter:
180
return self._adapter
181
182
async def set_adapter(self, adapter: BaseAdapter) -> None:
183
- """|async|
+ """|coro|
184
185
Method which sets and starts a new web adapter which inherits from either :class:`~twitchio.AiohttpAdapter` or
186
:class:`~twitchio.StarlettepAdapter` or implements the :class:`~twitchio.BaseAdapter` specifications.
0 commit comments