Fix Colour.fuchsia docstring typo

This commit is contained in:
chromacoat dreamkey
2021-05-15 20:00:35 -04:00
committed by GitHub
parent 5ad88dec72
commit c896563af4
+1 -1
View File
@@ -295,7 +295,7 @@ class Colour:
@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
"""