Skip to content

Commit e058ac2

Browse files
committed
Fix more Client docs
1 parent a63407c commit e058ac2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

twitchio/client.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,12 @@
7474
class Client:
7575
"""The TwitchIO Client.
7676
77-
The `Client` acts as an entry point to the Twitch API, EventSub and OAuth and serves as a base for chat-bots.
77+
The ``Client`` acts as an entry point to the Twitch API, EventSub and OAuth and serves as a base for chat-bots.
7878
79-
:class:`twitchio.ext.commands.Bot` inherits from this class and such should be treated as a `Client` with an in-built
79+
:class:`~twitchio.ext.commands.Bot` inherits from this class and such should be treated as a ``Client`` with an in-built
8080
commands extension.
8181
82-
You don't need to :meth:`~.start` or :meth:`~.run` the `Client` to use it soley as a HTTP Wrapper,
82+
You don't need to :meth:`~.start` or :meth:`~.run` the ``Client`` to use it soley as a HTTP Wrapper,
8383
but you must still :meth:`~.login` with this use case.
8484
8585
Parameters
@@ -98,7 +98,7 @@ class Client:
9898
An optional ``str`` to set as the redirect uri for anything relating to
9999
Twitch OAuth via :class:`twitchio.web.StarletteAdapter` or :class:`twitchio.web.AiohttpAdapter.
100100
This is a convenience attribute, it is preferred you
101-
use a custom :class:`twitchio.web.StarletteAdapter` or :class:`twitchio.web.AiohttpAdapter instead.
101+
use a custom :class:`~twitchio.web.StarletteAdapter` or :class:`~twitchio.web.AiohttpAdapter` instead.
102102
scopes: twitchio.Scopes | None
103103
An optional :class:`~twitchio.Scopes` object to use as defaults when using anything related to Twitch OAuth.
104104

0 commit comments

Comments
 (0)