mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-07-23 11:26:51 +00:00
Fix spelling of DefaultAvatar colour doc strings
This commit is contained in:
parent
eedd7e3014
commit
d34a88411d
12
docs/api.rst
12
docs/api.rst
@ -2875,30 +2875,30 @@ of :class:`enum.Enum`.
|
|||||||
|
|
||||||
.. attribute:: blurple
|
.. attribute:: blurple
|
||||||
|
|
||||||
Represents the default avatar with the color blurple.
|
Represents the default avatar with the colour blurple.
|
||||||
See also :attr:`Colour.blurple`
|
See also :attr:`Colour.blurple`
|
||||||
.. attribute:: grey
|
.. attribute:: grey
|
||||||
|
|
||||||
Represents the default avatar with the color grey.
|
Represents the default avatar with the colour grey.
|
||||||
See also :attr:`Colour.greyple`
|
See also :attr:`Colour.greyple`
|
||||||
.. attribute:: gray
|
.. attribute:: gray
|
||||||
|
|
||||||
An alias for :attr:`grey`.
|
An alias for :attr:`grey`.
|
||||||
.. attribute:: green
|
.. attribute:: green
|
||||||
|
|
||||||
Represents the default avatar with the color green.
|
Represents the default avatar with the colour green.
|
||||||
See also :attr:`Colour.green`
|
See also :attr:`Colour.green`
|
||||||
.. attribute:: orange
|
.. attribute:: orange
|
||||||
|
|
||||||
Represents the default avatar with the color orange.
|
Represents the default avatar with the colour orange.
|
||||||
See also :attr:`Colour.orange`
|
See also :attr:`Colour.orange`
|
||||||
.. attribute:: red
|
.. attribute:: red
|
||||||
|
|
||||||
Represents the default avatar with the color red.
|
Represents the default avatar with the colour red.
|
||||||
See also :attr:`Colour.red`
|
See also :attr:`Colour.red`
|
||||||
.. attribute:: pink
|
.. attribute:: pink
|
||||||
|
|
||||||
Represents the default avatar with the color pink.
|
Represents the default avatar with the colour pink.
|
||||||
See also :attr:`Colour.pink`
|
See also :attr:`Colour.pink`
|
||||||
|
|
||||||
.. versionadded:: 2.3
|
.. versionadded:: 2.3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user