Fix documentation to work.
This commit is contained in:
@ -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
|
||||
----------
|
||||
|
Reference in New Issue
Block a user