diff options
| author | Josh <[email protected]> | 2020-10-17 12:51:50 +1000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-10-16 22:51:50 -0400 |
| commit | 62040de6a766de47ba3e3b7ad507c3c5bfe927f5 (patch) | |
| tree | 89ddf1d083af48957f9cf568325b82487c1b114c | |
| parent | logging.rst: Fix some typos and grammar errors (diff) | |
| download | discord.py-62040de6a766de47ba3e3b7ad507c3c5bfe927f5.tar.xz discord.py-62040de6a766de47ba3e3b7ad507c3c5bfe927f5.zip | |
Fix Colour.dark_theme docstring.
| -rw-r--r-- | discord/colour.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/discord/colour.py b/discord/colour.py index c26602e2..804173a4 100644 --- a/discord/colour.py +++ b/discord/colour.py @@ -237,8 +237,8 @@ class Colour: @classmethod def dark_theme(cls): - """A factory method that returns a :class:'Colour' with a value of ``0x36393F``. - Will appear transparent on Discord's dark theme and be the text colour on Discord's light theme. + """A factory method that returns a :class:`Colour` with a value of ``0x36393F``. + This will appear transparent on Discord's dark theme. .. versionadded:: 1.5 """ |