summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2014-01-13 18:51:42 (GMT)
committerR David Murray <rdmurray@bitdance.com>2014-01-13 18:51:42 (GMT)
commit75ff6d284a2c68eb752997cd05a1bdac4187b355 (patch)
tree57591810d9cc615cdc9f6fe38dfbbd7922f23215
parent44fcaae90d485d8b853fe4d4fd5225d71ed9565c (diff)
parent66c9350a8932d41f2c34c0e8a511c20f4d7acb3e (diff)
downloadcpython-75ff6d284a2c68eb752997cd05a1bdac4187b355.zip
cpython-75ff6d284a2c68eb752997cd05a1bdac4187b355.tar.gz
cpython-75ff6d284a2c68eb752997cd05a1bdac4187b355.tar.bz2
Merge #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 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.