From c3bca7ec735e6818383f0de2f427d82a096062b9 Mon Sep 17 00:00:00 2001 From: Skezza <36114463+SkezzaB@users.noreply.github.com> Date: Wed, 1 Jul 2020 04:32:00 +0100 Subject: Documentation formatting --- discord/channel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'discord/channel.py') diff --git a/discord/channel.py b/discord/channel.py index 442f80b2..a554d0d5 100644 --- a/discord/channel.py +++ b/discord/channel.py @@ -82,7 +82,7 @@ class TextChannel(discord.abc.Messageable, discord.abc.GuildChannel, Hashable): category_id: Optional[:class:`int`] The category channel ID this channel belongs to, if applicable. topic: Optional[:class:`str`] - The channel's topic. None if it doesn't exist. + The channel's topic. ``None`` if it doesn't exist. position: :class:`int` The position in the channel list. This is a number that starts at 0. e.g. the top channel is position 0. -- cgit v1.2.3