Skip to content

Commit faa27fb

Browse files
committed
Fix the hyperlink warning
1 parent 9849ec0 commit faa27fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/hyperlinks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Hyperlinks can take various forms, so here's a list of them:
1818
Hyperlinks can take various forms, so here's a list of them:
1919
2020
- standalone hyperlink: https://python.org/
21-
- hyperlink using references: `link <link>`_
21+
- hyperlink using references: `link <link>`__
2222
- hyperlink with inline URL: `link <https://python.org/>`_
2323
- hyperlink to a different page: :doc:`link <../quickstart>`
2424
- hyperlink to a specific API element: :class:`pathlib.Path`

0 commit comments

Comments
 (0)