Skip to content

Commit b8a3af7

Browse files
committed
Correct docstrings
1 parent 66252ec commit b8a3af7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

twitchio/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1677,7 +1677,7 @@ async def fetch_user(
16771677
Raises
16781678
------
16791679
ValueError
1680-
The combined number of 'ids' and 'logins' must not exceed `100` elements.
1680+
Please provide only one of `id` or `login`.
16811681
"""
16821682

16831683
if id is not None and login is not None:
@@ -2526,7 +2526,7 @@ async def fetch_eventsub_subscription(
25262526
25272527
Returns
25282528
--------
2529-
EventsubSubscription
2529+
EventsubSubscription | None
25302530
"""
25312531

25322532
data = await self._http.get_eventsub_subscription(

0 commit comments

Comments
 (0)