Browse Source

fix rst rendering

pull/10308/head
Alex Nørgaard 4 weeks ago
parent
commit
c613ecddaa
Failed to extract signature
  1. 3
      docs/api.rst

3
docs/api.rst

@ -2824,6 +2824,7 @@ of :class:`enum.Enum`.
which was created. which was created.
Possible attributes for :class:`AuditLogDiff`: Possible attributes for :class:`AuditLogDiff`:
- :attr:`~AuditLogDiff.name` - :attr:`~AuditLogDiff.name`
- :attr:`~AuditLogDiff.channel` - :attr:`~AuditLogDiff.channel`
- :attr:`~AuditLogDiff.description` - :attr:`~AuditLogDiff.description`
@ -2843,6 +2844,7 @@ of :class:`enum.Enum`.
which was updated. which was updated.
Possible attributes for :class:`AuditLogDiff`: Possible attributes for :class:`AuditLogDiff`:
- :attr:`~AuditLogDiff.name` - :attr:`~AuditLogDiff.name`
- :attr:`~AuditLogDiff.channel` - :attr:`~AuditLogDiff.channel`
- :attr:`~AuditLogDiff.description` - :attr:`~AuditLogDiff.description`
@ -2862,6 +2864,7 @@ of :class:`enum.Enum`.
which was deleted. which was deleted.
Possible attributes for :class:`AuditLogDiff`: Possible attributes for :class:`AuditLogDiff`:
- :attr:`~AuditLogDiff.name` - :attr:`~AuditLogDiff.name`
- :attr:`~AuditLogDiff.channel` - :attr:`~AuditLogDiff.channel`
- :attr:`~AuditLogDiff.description` - :attr:`~AuditLogDiff.description`

Loading…
Cancel
Save