#20236: Fix sphinx markup.

This commit is contained in:
R David Murray 2014-01-13 13:51:17 -05:00
parent 2313e15578
commit 66c9350a89

View file

@ -95,7 +95,7 @@ external entity expansion
content into the XML document. content into the XML document.
DTD retrieval 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 definitions from remote or local locations. The feature has similar
implications as the external entity expansion issue. implications as the external entity expansion issue.