Don't hotlink typing.List, typing.Dict, or typing.Tuple

This commit is contained in:
Rapptz 2022-05-11 03:54:25 -04:00
parent 06e8683d01
commit 63e50bc369

View File

@ -939,9 +939,9 @@ Likewise, use of the ``name`` keyword argument allows you to pass renames for th
Note that in hybrid command form, a few annotations are unsupported due to Discord limitations:
- :data:`typing.Tuple`
- :data:`typing.List`
- :data:`typing.Dict`
- ``typing.Tuple``
- ``typing.List``
- ``typing.Dict``
.. note::