Fix an obvious usage nit I should have caught myself on the previous
change to this file. Thanks, /F!
This commit is contained in:
parent
3f52da5b02
commit
9368a12011
|
@ -162,7 +162,7 @@ This is a read-only attribute.
|
||||||
\end{memberdesc}
|
\end{memberdesc}
|
||||||
|
|
||||||
\begin{memberdesc}[Node]{attributes}
|
\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.
|
actual values for this; others provide \code{None} for this attribute.
|
||||||
This is a read-only attribute.
|
This is a read-only attribute.
|
||||||
\end{memberdesc}
|
\end{memberdesc}
|
||||||
|
|
Loading…
Reference in New Issue