From f73eb087c99a0ee73b9a46500225464ab866c625 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sat, 13 May 2017 18:48:14 -0400 Subject: Use describe instead of tables for supported operations. --- discord/guild.py | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) (limited to 'discord/guild.py') diff --git a/discord/guild.py b/discord/guild.py index 4987ea36..b0b9b02d 100644 --- a/discord/guild.py +++ b/discord/guild.py @@ -50,19 +50,21 @@ class Guild(Hashable): This is referred to as a "server" in the official Discord UI. - Supported Operations: - - +-----------+-------------------------------------+ - | Operation | Description | - +===========+=====================================+ - | x == y | Checks if two guilds are equal. | - +-----------+-------------------------------------+ - | x != y | Checks if two guilds are not equal. | - +-----------+-------------------------------------+ - | hash(x) | Returns the guild's hash. | - +-----------+-------------------------------------+ - | str(x) | Returns the guild's name. | - +-----------+-------------------------------------+ + .. describe:: x == y + + Checks if two guilds are equal. + + .. describe:: x != y + + Checks if two guilds are not equal. + + .. describe:: hash(x) + + Returns the guild's hash. + + .. describe:: str(x) + + Returns the guild's name. Attributes ---------- -- cgit v1.2.3