From: R David Murray Date: Mon, 13 Jan 2014 18:54:54 +0000 (-0500) Subject: #20236: Fix sphinx markup. X-Git-Tag: v2.7.8~128 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dd1c4fda951755f992a79bb56667e54bd978b689;p=thirdparty%2FPython%2Fcpython.git #20236: Fix sphinx markup. --- diff --git a/Doc/library/xml.rst b/Doc/library/xml.rst index 10479840b86c..d2dafa469ba5 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.