Drop superfluous zero in version related changes in the documentation

This commit is contained in:
Rapptz
2020-01-21 03:47:56 -05:00
parent 4de314d2c3
commit 02397306b2
17 changed files with 61 additions and 61 deletions

View File

@ -135,7 +135,7 @@ class Attachment:
Retrieves the content of this attachment as a :class:`bytes` object.
.. versionadded:: 1.1.0
.. versionadded:: 1.1
Parameters
-----------
@ -171,7 +171,7 @@ class Attachment:
Converts the attachment into a :class:`File` suitable for sending via
:meth:`abc.Messageable.send`.
.. versionadded:: 1.3.0
.. versionadded:: 1.3
Raises
------
@ -727,7 +727,7 @@ class Message:
delete other people's messages, you need the :attr:`~Permissions.manage_messages`
permission.
.. versionchanged:: 1.1.0
.. versionchanged:: 1.1
Added the new ``delay`` keyword-only parameter.
Parameters