Fix documentation to work.

This commit is contained in:
Rapptz
2016-12-24 05:40:27 -05:00
parent 79a49f9145
commit 9c000c5a72
2 changed files with 31 additions and 13 deletions

View File

@ -47,17 +47,17 @@ class Guild(Hashable):
Supported Operations:
+-----------+--------------------------------------+
| Operation | Description |
+===========+======================================+
+-----------+-------------------------------------+
| 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. |
+-----------+--------------------------------------+
+-----------+-------------------------------------+
Attributes
----------