docs: fix syntax typo in intersphinx external role example (#12941)

This commit is contained in:
Jared Dillard
2024-10-05 11:13:03 -07:00
committed by GitHub
parent 9323de2b3d
commit aa39a6095d

View File

@@ -78,7 +78,7 @@ linking:
The unique identifier can be used in the :rst:role:`external` role, so that
it is clear which intersphinx set the target belongs to. A link like
``external:python+ref:`comparison manual <comparisons>``` will link to the
``:external+python:ref:`comparison manual <comparisons>``` will link to the
label "comparisons" in the doc set "python", if it exists.
**Example**