]> granicus.if.org Git - python/commitdiff
#2270: fix typo.
authorGeorg Brandl <georg@python.org>
Thu, 13 Mar 2008 07:17:14 +0000 (07:17 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 13 Mar 2008 07:17:14 +0000 (07:17 +0000)
Doc/library/xml.dom.rst

index 4bdb41ed5e834f712cd6c5804478b8ba261116a9..16cfad5b7a9d69c60cf98ba6c5060ea8b5e242f2 100644 (file)
@@ -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`.