diff options
author | R David Murray <rdmurray@bitdance.com> | 2014-01-13 13:51:17 -0500 |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2014-01-13 13:51:17 -0500 |
commit | 66c9350a8932d41f2c34c0e8a511c20f4d7acb3e (patch) | |
tree | bbc88dc54cfed26e5e532ed86a95520cb95c08ba | |
parent | 2313e15578aa864c7b995de996e4787169f7ca8d (diff) | |
download | cpython-git-66c9350a8932d41f2c34c0e8a511c20f4d7acb3e.tar.gz |
#20236: Fix sphinx markup.
-rw-r--r-- | Doc/library/xml.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/xml.rst b/Doc/library/xml.rst index c0863e55ec..c3a26f3c1d 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. |