commit | 4bb40b9428b84218b516371ef2f83649f93641f4 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Thu Mar 13 07:17:14 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Thu Mar 13 07:17:14 2008 +0000 |
tree | 7c5306e747e60201d3a79be8dab33e3efa6b54ef | |
parent | d85a13a9544b8dc31f4f83da51956f7caa93b166 [diff] [blame] |
#2270: fix typo.
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 @@ ^^^^^^^^^^^^^^^^ 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`.