Add double backticks for some parameter mentions in the documentation.

This commit is contained in:
Skezza
2020-07-07 10:25:37 +01:00
committed by Rapptz
parent 1ca257bb68
commit 2552a268cb
3 changed files with 17 additions and 17 deletions

View File

@ -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``.