Skip to content

Commit 667c384

Browse files
committed
Fix inccorect directive (docs)
1 parent ada3b21 commit 667c384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twitchio/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def adapter(self) -> BaseAdapter:
180180
return self._adapter
181181

182182
async def set_adapter(self, adapter: BaseAdapter) -> None:
183-
"""|async|
183+
"""|coro|
184184
185185
Method which sets and starts a new web adapter which inherits from either :class:`~twitchio.AiohttpAdapter` or
186186
:class:`~twitchio.StarlettepAdapter` or implements the :class:`~twitchio.BaseAdapter` specifications.

0 commit comments

Comments
 (0)