aboutsummaryrefslogtreecommitdiff
path: root/discord/colour.py
diff options
context:
space:
mode:
authorTobotimus <[email protected]>2018-01-06 17:21:56 -0500
committerRapptz <[email protected]>2018-01-06 17:23:59 -0500
commit3112e1c17e7859adf6d13ed844f4c636b4bc30d8 (patch)
tree70d7aafca549a8c245ee4fdab774e1ab5302d531 /discord/colour.py
parent[commands] Fix MissingRequiredArgument param handling (diff)
downloaddiscord.py-3112e1c17e7859adf6d13ed844f4c636b4bc30d8.tar.xz
discord.py-3112e1c17e7859adf6d13ed844f4c636b4bc30d8.zip
Add intersphinx
Diffstat (limited to 'discord/colour.py')
-rw-r--r--discord/colour.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/discord/colour.py b/discord/colour.py
index 9644b270..8f042687 100644
--- a/discord/colour.py
+++ b/discord/colour.py
@@ -26,7 +26,7 @@ DEALINGS IN THE SOFTWARE.
class Colour:
"""Represents a Discord role colour. This class is similar
- to an (red, green, blue) tuple.
+ to an (red, green, blue) :class:`tuple`.
There is an alias for this called Color.
@@ -50,7 +50,7 @@ class Colour:
Attributes
------------
- value: int
+ value: :class:`int`
The raw integer colour value.
"""