Skip to content

Commit d69f7c2

Browse files
authored
docs: SlashCommandOptionType enum to use LaTeX (#3175)
1 parent d72e865 commit d69f7c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api/enums.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ of :class:`enum.Enum`.
2929
A string.
3030
.. attribute:: integer
3131

32-
An integer between -2⁵³ and 2⁵³.
32+
An integer between :math:`-{2}^{53}` and :math:`{2}^{53}`.
3333

3434
.. note::
3535

@@ -52,7 +52,7 @@ of :class:`enum.Enum`.
5252
A mentionable (user or role).
5353
.. attribute:: number
5454

55-
A floating-point number between -2⁵³ and 2⁵³.
55+
A floating-point number between :math:`-{2}^{53}` and :math:`{2}^{53}`.
5656

5757
.. note::
5858

0 commit comments

Comments
 (0)