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

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


http://hg.python.org/cpython/rev/fb1dd44d1f76
changeset:   88443:fb1dd44d1f76
branch:      3.3
parent:      88441:4c5b1932354b
user:        R David Murray <rdmurray at bitdance.com>
date:        Mon Jan 13 13:51:17 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
@@ -95,7 +95,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