mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-05 17:36:15 +00:00
Drop superfluous zero in version related changes in the documentation
This commit is contained in:
@ -120,7 +120,7 @@ class FFmpegAudio(AudioSource):
|
||||
User created AudioSources using FFmpeg differently from how :class:`FFmpegPCMAudio` and
|
||||
:class:`FFmpegOpusAudio` work should subclass this.
|
||||
|
||||
.. versionadded:: 1.3.0
|
||||
.. versionadded:: 1.3
|
||||
"""
|
||||
|
||||
def __init__(self, source, *, executable='ffmpeg', args, **subprocess_kwargs):
|
||||
@ -242,7 +242,7 @@ class FFmpegOpusAudio(FFmpegAudio):
|
||||
The same can be achieved by passing ``copy`` to the ``codec`` parameter, but only if you
|
||||
know that the input source is opus encoded beforehand.
|
||||
|
||||
.. versionadded:: 1.3.0
|
||||
.. versionadded:: 1.3
|
||||
|
||||
.. warning::
|
||||
|
||||
|
Reference in New Issue
Block a user