diff options
| author | numbermaniac <[email protected]> | 2021-04-27 18:37:35 +1000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-04-27 04:37:35 -0400 |
| commit | b84717fc76f2fd716ad53ccee8c5ab2a1f381e22 (patch) | |
| tree | e7017de07f7862a4b8d49c27a15e7e424fa25183 /discord/colour.py | |
| parent | Add __int__ to discord.Colour (diff) | |
| download | discord.py-b84717fc76f2fd716ad53ccee8c5ab2a1f381e22.tar.xz discord.py-b84717fc76f2fd716ad53ccee8c5ab2a1f381e22.zip | |
Make spelling of "colour" consistent in docs
Diffstat (limited to 'discord/colour.py')
| -rw-r--r-- | discord/colour.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/colour.py b/discord/colour.py index 2338aebf..c24dd083 100644 --- a/discord/colour.py +++ b/discord/colour.py @@ -56,7 +56,7 @@ class Colour: .. describe:: int(x) - Returns the raw color value. + Returns the raw colour value. Attributes ------------ |