mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-05 17:36:15 +00:00
Add double backticks for some parameter mentions in the documentation.
This commit is contained in:
@ -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``.
|
||||
|
Reference in New Issue
Block a user