[Python-checkins] cpython (2.7): #20236: Fix sphinx markup.

r.david.murray python-checkins at python.org
Mon Jan 13 19:57:50 CET 2014


http://hg.python.org/cpython/rev/3481c6f36e55
changeset:   88445:3481c6f36e55
branch:      2.7
parent:      88440:4eac22a9ae72
user:        R David Murray <rdmurray at bitdance.com>
date:        Mon Jan 13 13:54:54 2014 -0500
summary:
  #20236: Fix sphinx markup.

files:
  Doc/library/xml.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/xml.rst b/Doc/library/xml.rst
--- a/Doc/library/xml.rst
+++ b/Doc/library/xml.rst
@@ -94,7 +94,7 @@
   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.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list