From: R David Murray Date: Mon, 13 Jan 2014 18:51:17 +0000 (-0500) Subject: #20236: Fix sphinx markup. X-Git-Tag: v3.3.4rc1~74 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=66c9350a8932d41f2c34c0e8a511c20f4d7acb3e;p=thirdparty%2FPython%2Fcpython.git #20236: Fix sphinx markup. --- diff --git a/Doc/library/xml.rst b/Doc/library/xml.rst index c0863e55ecac..c3a26f3c1db1 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.