diff options
author | Georg Brandl <georg@python.org> | 2008-03-13 07:17:14 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-03-13 07:17:14 (GMT) |
commit | 4bb40b9428b84218b516371ef2f83649f93641f4 (patch) | |
tree | 7c5306e747e60201d3a79be8dab33e3efa6b54ef /Doc/library/xml.dom.rst | |
parent | d85a13a9544b8dc31f4f83da51956f7caa93b166 (diff) | |
download | cpython-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.rst | 2 |
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`. |