Skip to content
This repository was archived by the owner on Apr 5, 2025. It is now read-only.

Commit 70c8009

Browse files
committed
Documentation fixes.
1 parent eeec649 commit 70c8009

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

wavelink/queue.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ def peek(self, index: int = 0, /) -> Playable:
497497
No track exists at the given index.
498498
499499
500-
..versionadded:: 3.2.0
500+
.. versionadded:: 3.2.0
501501
"""
502502
if not self:
503503
raise QueueEmpty("There are no items currently in this queue.")
@@ -698,6 +698,9 @@ def loaded(self) -> Playable | None:
698698
------
699699
TypeError
700700
The track was not a :class:`wavelink.Playable` or ``None``.
701+
702+
703+
.. versionadded:: 3.2.0
701704
"""
702705
return self._loaded
703706

0 commit comments

Comments
 (0)