Fix an obvious usage nit I should have caught myself on the previous

change to this file.  Thanks, /F!
This commit is contained in:
Fred Drake 2001-01-24 18:19:40 +00:00
parent 3f52da5b02
commit 9368a12011
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ This is a read-only attribute.
\end{memberdesc}
\begin{memberdesc}[Node]{attributes}
An \class{NamedNodeList} of attribute objects. Only elements have
A \class{NamedNodeList} of attribute objects. Only elements have
actual values for this; others provide \code{None} for this attribute.
This is a read-only attribute.
\end{memberdesc}