From 3112e1c17e7859adf6d13ed844f4c636b4bc30d8 Mon Sep 17 00:00:00 2001 From: Tobotimus Date: Sat, 6 Jan 2018 17:21:56 -0500 Subject: Add intersphinx --- discord/colour.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'discord/colour.py') 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. """ -- cgit v1.2.3