Skip to content

Commit

Permalink
docs: more information
Browse files Browse the repository at this point in the history
  • Loading branch information
Dorukyum authored Jan 6, 2024
1 parent a47dd73 commit d6af4c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/rate_limiting.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def reset(self) -> None:


class PriorityFuture(asyncio.Future):
"""A future with priority features added to it."""
"""A subclass of :class:`~asyncio.Future` with priority features."""

def __init__(
self, *, priority: int = 0, loop: asyncio.AbstractEventLoop | None = None
Expand Down

0 comments on commit d6af4c7

Please sign in to comment.