Skip to content

Commit cc4fdea

Browse files
authored
fix typo in dup_explicit_target.py
1 parent 3ccdd94 commit cc4fdea

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/RST220/dup_explicit_target.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Print 'Hello world' to the terminal.
1+
"""Print 'Hello world' to the terminal; test links in docstrings.
22
33
It is common in RST to use unnamed or anonymous links in text (like
44
`here <https://example.com/t-and-c/>`__ and `here
@@ -11,8 +11,8 @@
1111
<https://example.com/links.html>`_).
1212
1313
However, the missing second underscore becomes a problem if the same link text
14-
is used again for another implicitly named link weth a different URL (e.g.
15-
missing `single trailing underscore <https://example.com/bad.html>`_ *again*).
14+
is used again for another implicitly named link with a *different* URL (e.g.
15+
missing `single trailing underscore <https://example.com/bad.html>`_).
1616
1717
What happens here?
1818

0 commit comments

Comments
 (0)