summaryrefslogtreecommitdiff
path: root/Doc/library/xml.dom.minidom.rst
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2015-10-10 10:44:25 +0000
committerMartin Panter <vadmium+py@gmail.com>2015-10-10 10:44:25 +0000
commit84835ab1cb2a8ccfeeb4474d39130d972a3c563d (patch)
tree20902bead4bcb320b8def5259b3c4f239e9251ba /Doc/library/xml.dom.minidom.rst
parentf26441609310c12826fe4b5bc896aafafa268763 (diff)
parentd21e0b52f1421e253ecdc583faf5743133cac605 (diff)
downloadcpython-git-84835ab1cb2a8ccfeeb4474d39130d972a3c563d.tar.gz
Issue #25161: Merge full stops from 3.4 into 3.5
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 ff5c270d9f..dcd030cc12 100644
--- a/Doc/library/xml.dom.minidom.rst
+++ b/Doc/library/xml.dom.minidom.rst
@@ -15,7 +15,7 @@
Model interface, with an API similar to that in other languages. It is intended
to be simpler than the full DOM and also significantly smaller. Users who are
not already proficient with the DOM should consider using the
-:mod:`xml.etree.ElementTree` module for their XML processing instead
+:mod:`xml.etree.ElementTree` module for their XML processing instead.
.. warning::