This commit is contained in:
Georg Brandl 2008-03-13 07:17:14 +00:00
parent d85a13a954
commit 4bb40b9428
1 changed files with 1 additions and 1 deletions

View 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`.