summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2014-01-13 18:54:54 (GMT)
committerR David Murray <rdmurray@bitdance.com>2014-01-13 18:54:54 (GMT)
commitdd1c4fda951755f992a79bb56667e54bd978b689 (patch)
tree69b43da7dea9edbed34933cfa7ab130547d80470
parentd804f53679cdbde546dc2ae49aecd12c4ea944a5 (diff)
downloadcpython-dd1c4fda951755f992a79bb56667e54bd978b689.zip
cpython-dd1c4fda951755f992a79bb56667e54bd978b689.tar.gz
cpython-dd1c4fda951755f992a79bb56667e54bd978b689.tar.bz2
#20236: Fix sphinx markup.
-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 1047984..d2dafa4 100644
--- a/Doc/library/xml.rst
+++ b/Doc/library/xml.rst
@@ -94,7 +94,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.