summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/library/xml.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/xml.rst b/Doc/library/xml.rst
index c0863e5..c3a26f3 100644
--- a/Doc/library/xml.rst
+++ b/Doc/library/xml.rst
@@ -95,7 +95,7 @@ external entity expansion
content into the XML document.
DTD retrieval
- Some XML libraries like Python's mod:'xml.dom.pulldom' retrieve document type
+ Some XML libraries like Python's :mod:`xml.dom.pulldom` retrieve document type
definitions from remote or local locations. The feature has similar
implications as the external entity expansion issue.