Skip to content

Commit afce716

Browse files
authored
Revert "docs: SlashCommandOptionType enum to use LaTeX (#3175)"
This reverts commit d69f7c2.
1 parent d69f7c2 commit afce716

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 :math:`-{2}^{53}` and :math:`{2}^{53}`.
32+
An integer between -2⁵³ and 2⁵³.
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 :math:`-{2}^{53}` and :math:`{2}^{53}`.
55+
A floating-point number between -2⁵³ and 2⁵³.
5656

5757
.. note::
5858

0 commit comments

Comments
 (0)