Browse Source

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

pull/8026/head
Rapptz 3 years ago
parent
commit
63e50bc369
  1. 6
      docs/ext/commands/commands.rst

6
docs/ext/commands/commands.rst

@ -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::

Loading…
Cancel
Save