-
Notifications
You must be signed in to change notification settings - Fork 356
Closed
Labels
Pycon APAC 2025 SprintsSpecific beginner-friendly issues for PyCon APAC 2025 sprint attendeesSpecific beginner-friendly issues for PyCon APAC 2025 sprint attendeesdocumentation
Description
What's Wrong?
There's a typo on https://api.arcade.academy/en/latest/about/permissive_licensing.html#the-mit-license
Proposed fix
The typo's source is here:
arcade/doc/about/permissive_licensing.rst
Line 67 in 8be3699
.. tip:: If you see a bug or a typo, we love :ref:`contributing-bug-reports`. |
Note that the ref name is not the same as the section heading it resolves to. You can address this in one of two ways:
- Alter the admonition to match the "Reporting Bugs" section heading
- Override the section heading title with the following syntax:
:ref:`override text <original_ref_target_name>`
Either way works.
Metadata
Metadata
Assignees
Labels
Pycon APAC 2025 SprintsSpecific beginner-friendly issues for PyCon APAC 2025 sprint attendeesSpecific beginner-friendly issues for PyCon APAC 2025 sprint attendeesdocumentation