diff options
| author | Sebastian Law <[email protected]> | 2020-06-28 00:45:58 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-06-28 03:45:58 -0400 |
| commit | b4b953bfc66adc235e06774b0481ceb847753793 (patch) | |
| tree | 2d0cbd871944e3a5184b2dbec75dc59ddabad6d5 /discord/colour.py | |
| parent | Fix a KeyError for channels with no category in Guild.by_category (diff) | |
| download | discord.py-b4b953bfc66adc235e06774b0481ceb847753793.tar.xz discord.py-b4b953bfc66adc235e06774b0481ceb847753793.zip | |
Fix various inconsistencies within the documentation (#5067)
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 48d4538f..78221eef 100644 --- a/discord/colour.py +++ b/discord/colour.py @@ -114,7 +114,7 @@ class Colour: @classmethod def default(cls): - """A factory method that returns a :class:`Colour` with a value of 0.""" + """A factory method that returns a :class:`Colour` with a value of ``0``.""" return cls(0) @classmethod |