Skip to content

Commit 52650db

Browse files
author
Eviee Py
committed
Merge branch 'dev/3.0' of https://github.com/PythonistaGuild/Twitchio into dev/3.0
2 parents c799c5c + 98e71c6 commit 52650db

File tree

11 files changed

+743
-524
lines changed

11 files changed

+743
-524
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
.. _corourl: https://docs.python.org/3/library/asyncio-task.html#coroutine
112112
.. |deco| replace:: This function is a **decorator**.
113113
.. |aiter| replace:: **This function returns a** :class:`~twitchio.HTTPAsyncIterator`
114-
.. |token_for| replace:: An optional User-ID, that will be used to find an appropriate managed user token for this request. See: :meth:`~twitchio.Client.add_token` to add managed tokens to the client.
114+
.. |token_for| replace:: An optional User-ID, or PartialUser object, that will be used to find an appropriate managed user token for this request. See: :meth:`~twitchio.Client.add_token` to add managed tokens to the client.
115115
"""
116116

117117
# The suffix(es) of source filenames.

twitchio/client.py

Lines changed: 200 additions & 119 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)