Skip to content

Commit

Permalink
more doc cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmTomahawkx committed Mar 6, 2022
1 parent b762a7f commit 65fc665
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion twitchio/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def from_client_credentials(
Parameters
------------
client_id: :class`str`
client_id: :class:`str`
client_secret: :class:`str`
An application Client Secret used to generate Access Tokens automatically.
Expand Down
2 changes: 1 addition & 1 deletion twitchio/ext/commands/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def from_client_credentials(
Parameters
------------
client_id: :class`str`
client_id: :class:`str`
Your application's Client ID.
client_secret: :class:`str`
An application Client Secret used to generate Access Tokens automatically.
Expand Down

0 comments on commit 65fc665

Please sign in to comment.