Skip to content

Commit b55fb12

Browse files
Update colour.py
better practice ig
1 parent 1009a8d commit b55fb12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/colour.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ def yellow(cls: Type[CT]) -> CT:
327327

328328
@classmethod
329329
def nitro_pink(cls: Type[CT]) -> CT:
330-
"""A factory method that returns a :class:`Color` with a value of ``0xf47fff``.
330+
"""A factory method that returns a :class:`Colour` with a value of ``0xf47fff``.
331331
332332
.. versionadded:: 2.0
333333
"""

0 commit comments

Comments
 (0)