Fix Colour.fuchsia docstring typo

This commit is contained in:
chromacoat dreamkey 2021-05-16 08:00:35 +08:00 committed by GitHub
parent 5ad88dec72
commit c896563af4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
"""