From 02397306b2ed76b3bc42b2b28e8672e839bdeaf5 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Tue, 21 Jan 2020 03:47:56 -0500 Subject: Drop superfluous zero in version related changes in the documentation --- discord/channel.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'discord/channel.py') diff --git a/discord/channel.py b/discord/channel.py index d618c451..2bd5c31c 100644 --- a/discord/channel.py +++ b/discord/channel.py @@ -219,7 +219,7 @@ class TextChannel(discord.abc.Messageable, discord.abc.GuildChannel, Hashable): A :class:`dict` of target (either a role or a member) to :class:`PermissionOverwrite` to apply to the channel. - .. versionadded:: 1.3.0 + .. versionadded:: 1.3 Raises ------ @@ -431,7 +431,7 @@ class TextChannel(discord.abc.Messageable, discord.abc.GuildChannel, Hashable): Requires :attr:`~.Permissions.manage_webhooks` permissions. - .. versionchanged:: 1.1.0 + .. versionchanged:: 1.1 Added the ``reason`` keyword-only parameter. Parameters @@ -474,7 +474,7 @@ class TextChannel(discord.abc.Messageable, discord.abc.GuildChannel, Hashable): The webhook returned will not provide a token to do webhook actions, as Discord does not provide it. - .. versionadded:: 1.3.0 + .. versionadded:: 1.3 Parameters ----------- @@ -601,7 +601,7 @@ class VoiceChannel(discord.abc.Connectable, discord.abc.GuildChannel, Hashable): def voice_states(self): """Returns a mapping of member IDs who have voice states in this channel. - .. versionadded:: 1.3.0 + .. versionadded:: 1.3 .. note:: @@ -666,7 +666,7 @@ class VoiceChannel(discord.abc.Connectable, discord.abc.GuildChannel, Hashable): A :class:`dict` of target (either a role or a member) to :class:`PermissionOverwrite` to apply to the channel. - .. versionadded:: 1.3.0 + .. versionadded:: 1.3 Raises ------ @@ -776,7 +776,7 @@ class CategoryChannel(discord.abc.GuildChannel, Hashable): A :class:`dict` of target (either a role or a member) to :class:`PermissionOverwrite` to apply to the channel. - .. versionadded:: 1.3.0 + .. versionadded:: 1.3 Raises ------ -- cgit v1.2.3