Skip to content

Commit a70431e

Browse files
committed
Add missing backtick
1 parent e058ac2 commit a70431e

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
@@ -96,7 +96,7 @@ class Client:
9696
appropriate and needed.
9797
redirect_uri: str | None
9898
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.
99+
Twitch OAuth via :class:`twitchio.web.StarletteAdapter` or :class:`twitchio.web.AiohttpAdapter`.
100100
This is a convenience attribute, it is preferred you
101101
use a custom :class:`~twitchio.web.StarletteAdapter` or :class:`~twitchio.web.AiohttpAdapter` instead.
102102
scopes: twitchio.Scopes | None

0 commit comments

Comments
 (0)