]> granicus.if.org Git - python/commitdiff
#20236: Fix sphinx markup.
authorR David Murray <rdmurray@bitdance.com>
Mon, 13 Jan 2014 18:51:17 +0000 (13:51 -0500)
committerR David Murray <rdmurray@bitdance.com>
Mon, 13 Jan 2014 18:51:17 +0000 (13:51 -0500)
Doc/library/xml.rst

index c0863e55ecacee43ac6f0f46e171a272a6b1f48e..c3a26f3c1db155513df22c4fa60370b0de8cc6d9 100644 (file)
@@ -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.