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 e058ac2 commit a70431eCopy full SHA for a70431e
twitchio/client.py
@@ -96,7 +96,7 @@ class Client:
96
appropriate and needed.
97
redirect_uri: str | None
98
An optional ``str`` to set as the redirect uri for anything relating to
99
- Twitch OAuth via :class:`twitchio.web.StarletteAdapter` or :class:`twitchio.web.AiohttpAdapter.
+ Twitch OAuth via :class:`twitchio.web.StarletteAdapter` or :class:`twitchio.web.AiohttpAdapter`.
100
This is a convenience attribute, it is preferred you
101
use a custom :class:`~twitchio.web.StarletteAdapter` or :class:`~twitchio.web.AiohttpAdapter` instead.
102
scopes: twitchio.Scopes | None
0 commit comments