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

index 10479840b86c53c9ab232ceb09b3b156b1daf76e..d2dafa469ba50e512d45c40ac2d9956ff344b8f0 100644 (file)
@@ -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.