Skip to content

Commit 65fc665

Browse files
committed
more doc cleanup
1 parent b762a7f commit 65fc665

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

twitchio/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def from_client_credentials(
116116
117117
Parameters
118118
------------
119-
client_id: :class`str`
119+
client_id: :class:`str`
120120
121121
client_secret: :class:`str`
122122
An application Client Secret used to generate Access Tokens automatically.

twitchio/ext/commands/bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def from_client_credentials(
100100
101101
Parameters
102102
------------
103-
client_id: :class`str`
103+
client_id: :class:`str`
104104
Your application's Client ID.
105105
client_secret: :class:`str`
106106
An application Client Secret used to generate Access Tokens automatically.

0 commit comments

Comments
 (0)