[Python-checkins] r61364 - python/trunk/Doc/library/xml.dom.rst

georg.brandl python-checkins at python.org
Thu Mar 13 08:17:14 CET 2008


Author: georg.brandl
Date: Thu Mar 13 08:17:14 2008
New Revision: 61364

Modified:
   python/trunk/Doc/library/xml.dom.rst
Log:
#2270: fix typo.


Modified: python/trunk/Doc/library/xml.dom.rst
==============================================================================
--- python/trunk/Doc/library/xml.dom.rst	(original)
+++ python/trunk/Doc/library/xml.dom.rst	Thu Mar 13 08:17:14 2008
@@ -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`.
 
 


More information about the Python-checkins mailing list