summaryrefslogtreecommitdiffstats
path: root/Doc/library/xml.dom.minidom.rst
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2017-05-16 20:18:09 (GMT)
committerGitHub <noreply@github.com>2017-05-16 20:18:09 (GMT)
commitd97b7dc94b19063f0589d401bdc4aaadc7030762 (patch)
tree2e278f095697fcec714d2e73ed54e0e321b8f6c0 /Doc/library/xml.dom.minidom.rst
parentaf34e0a07bc06a6248b8229247e05d1c767b2f32 (diff)
downloadcpython-d97b7dc94b19063f0589d401bdc4aaadc7030762.zip
cpython-d97b7dc94b19063f0589d401bdc4aaadc7030762.tar.gz
cpython-d97b7dc94b19063f0589d401bdc4aaadc7030762.tar.bz2
bpo-30380: Fix Sphinx 1.6.1 warnings. (#1613)
* Use explicit numbering for footnotes referred by explicit number. * Restore missed footnote reference in stdtypes.rst. * Fix literal strings formatting in howto/urllib2.rst. * Update susp-ignored.csv for zipapp.rst. * Fix suspicious mark up in Misc/NEWS.
Diffstat (limited to 'Doc/library/xml.dom.minidom.rst')
-rw-r--r--Doc/library/xml.dom.minidom.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/xml.dom.minidom.rst b/Doc/library/xml.dom.minidom.rst
index 2e9e814..40470e8 100644
--- a/Doc/library/xml.dom.minidom.rst
+++ b/Doc/library/xml.dom.minidom.rst
@@ -248,7 +248,7 @@ utility to most DOM users.
.. rubric:: Footnotes
-.. [#] The encoding name included in the XML output should conform to
+.. [1] The encoding name included in the XML output should conform to
the appropriate standards. For example, "UTF-8" is valid, but
"UTF8" is not valid in an XML document's declaration, even though
Python accepts it as an encoding name.