From d34a88411d3d973453d80128ab924f6aca197995 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Wed, 7 Jun 2023 22:13:58 -0400 Subject: [PATCH] Fix spelling of DefaultAvatar colour doc strings --- docs/api.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/api.rst b/docs/api.rst index 8a899bbc7..29bb530ba 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -2875,30 +2875,30 @@ of :class:`enum.Enum`. .. attribute:: blurple - Represents the default avatar with the color blurple. + Represents the default avatar with the colour blurple. See also :attr:`Colour.blurple` .. attribute:: grey - Represents the default avatar with the color grey. + Represents the default avatar with the colour grey. See also :attr:`Colour.greyple` .. attribute:: gray An alias for :attr:`grey`. .. attribute:: green - Represents the default avatar with the color green. + Represents the default avatar with the colour green. See also :attr:`Colour.green` .. attribute:: orange - Represents the default avatar with the color orange. + Represents the default avatar with the colour orange. See also :attr:`Colour.orange` .. attribute:: red - Represents the default avatar with the color red. + Represents the default avatar with the colour red. See also :attr:`Colour.red` .. attribute:: pink - Represents the default avatar with the color pink. + Represents the default avatar with the colour pink. See also :attr:`Colour.pink` .. versionadded:: 2.3