aboutsummaryrefslogtreecommitdiff
path: root/discord/player.py
diff options
context:
space:
mode:
authorSkezza <[email protected]>2020-07-07 10:25:37 +0100
committerRapptz <[email protected]>2020-07-22 23:15:16 -0400
commit2552a268cb3bb2acf529239fa6578ff96feee286 (patch)
tree01d065bf67e27b581d97070cdf496d19117c9862 /discord/player.py
parentAdd Guild.change_voice_state to control our voice state. (diff)
downloaddiscord.py-2552a268cb3bb2acf529239fa6578ff96feee286.tar.xz
discord.py-2552a268cb3bb2acf529239fa6578ff96feee286.zip
Add double backticks for some parameter mentions in the documentation.
Diffstat (limited to 'discord/player.py')
-rw-r--r--discord/player.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/discord/player.py b/discord/player.py
index 4384d9fd..cbfd000a 100644
--- a/discord/player.py
+++ b/discord/player.py
@@ -180,7 +180,7 @@ class FFmpegPCMAudio(FFmpegAudio):
------------
source: Union[:class:`str`, :class:`io.BufferedIOBase`]
The input that ffmpeg will take and convert to PCM bytes.
- If ``pipe`` is True then this is a file-like object that is
+ If ``pipe`` is ``True`` then this is a file-like object that is
passed to the stdin of ffmpeg.
executable: :class:`str`
The executable name (and path) to use. Defaults to ``ffmpeg``.
@@ -253,7 +253,7 @@ class FFmpegOpusAudio(FFmpegAudio):
------------
source: Union[:class:`str`, :class:`io.BufferedIOBase`]
The input that ffmpeg will take and convert to Opus bytes.
- If ``pipe`` is True then this is a file-like object that is
+ If ``pipe`` is ``True`` then this is a file-like object that is
passed to the stdin of ffmpeg.
bitrate: :class:`int`
The bitrate in kbps to encode the output to. Defaults to ``128``.