Skip to content

Commit 0e16ccd

Browse files
HigherOrderLogicLulalaby
authored andcommitted
Fix typo in voice_client.py
1 parent 5b76c2a commit 0e16ccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/voice_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,10 +757,10 @@ def start_recording(self, sink, callback, *args):
757757
def stop_recording(self):
758758
"""Stops the recording.
759759
Must be already recording.
760-
Raises
761760
762761
.. versionadded:: 2.1
763762
763+
Raises
764764
------
765765
RecordingException
766766
Not currently recording.

0 commit comments

Comments
 (0)