From 4bb40b9428b84218b516371ef2f83649f93641f4 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Thu, 13 Mar 2008 07:17:14 +0000 Subject: #2270: fix typo. --- Doc/library/xml.dom.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`. -- cgit v0.12