diff options
author | R David Murray <rdmurray@bitdance.com> | 2014-01-13 18:51:17 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2014-01-13 18:51:17 (GMT) |
commit | 66c9350a8932d41f2c34c0e8a511c20f4d7acb3e (patch) | |
tree | bbc88dc54cfed26e5e532ed86a95520cb95c08ba /Doc/library/xml.rst | |
parent | 2313e15578aa864c7b995de996e4787169f7ca8d (diff) | |
download | cpython-66c9350a8932d41f2c34c0e8a511c20f4d7acb3e.zip cpython-66c9350a8932d41f2c34c0e8a511c20f4d7acb3e.tar.gz cpython-66c9350a8932d41f2c34c0e8a511c20f4d7acb3e.tar.bz2 |
#20236: Fix sphinx markup.
Diffstat (limited to 'Doc/library/xml.rst')
-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 c0863e5..c3a26f3 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. |