Skip to content

Commit e9e1e62

Browse files
committed
Fix RST syntax
1 parent 3dc3baf commit e9e1e62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/pyexpat.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ otherwise stated.
620620
may create a vulnerabilitiy to
621621
`external entity attacks <https://en.wikipedia.org/wiki/XML_external_entity_attack>`_
622622
if :class:`xmlparser` is used with user-provided XML content.
623-
Please reflect on your `threat model <https://en.wikipedia.org/wiki/Threat_model>_`
623+
Please reflect on your `threat model <https://en.wikipedia.org/wiki/Threat_model>`_
624624
before implementing this handler.
625625
By default, :class:`xmlparser` is safe from these threats.
626626

0 commit comments

Comments
 (0)