summaryrefslogtreecommitdiffstats
path: root/Doc/library/xml.dom.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-03-13 07:17:14 (GMT)
committerGeorg Brandl <georg@python.org>2008-03-13 07:17:14 (GMT)
commit4bb40b9428b84218b516371ef2f83649f93641f4 (patch)
tree7c5306e747e60201d3a79be8dab33e3efa6b54ef /Doc/library/xml.dom.rst
parentd85a13a9544b8dc31f4f83da51956f7caa93b166 (diff)
downloadcpython-4bb40b9428b84218b516371ef2f83649f93641f4.zip
cpython-4bb40b9428b84218b516371ef2f83649f93641f4.tar.gz
cpython-4bb40b9428b84218b516371ef2f83649f93641f4.tar.bz2
#2270: fix typo.
Diffstat (limited to 'Doc/library/xml.dom.rst')
-rw-r--r--Doc/library/xml.dom.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/xml.dom.rst b/Doc/library/xml.dom.rst
index 4bdb41e..16cfad5 100644
--- a/Doc/library/xml.dom.rst
+++ b/Doc/library/xml.dom.rst
@@ -517,7 +517,7 @@ Document Objects
^^^^^^^^^^^^^^^^
A :class:`Document` represents an entire XML document, including its constituent
-elements, attributes, processing instructions, comments etc. Remeber that it
+elements, attributes, processing instructions, comments etc. Remember that it
inherits properties from :class:`Node`.