Skip to content

Commit

Permalink
Fix Colour.fuchsia docstring typo
Browse files Browse the repository at this point in the history
  • Loading branch information
quackbarc authored May 16, 2021
1 parent 5ad88de commit c896563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/colour.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ def dark_theme(cls: Type[CT]) -> CT:

@classmethod
def fuchsia(cls: Type[CT]) -> CT:
"""A factory method that returns a :class:`Colour` with a value of ``0xB459E``.
"""A factory method that returns a :class:`Colour` with a value of ``0xEB459E``.
.. versionadded:: 2.0
"""
Expand Down

0 comments on commit c896563

Please sign in to comment.