summaryrefslogtreecommitdiffstats
path: root/Doc/lib/xmldom.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-01-24 18:19:40 (GMT)
committerFred Drake <fdrake@acm.org>2001-01-24 18:19:40 (GMT)
commit9368a12011af0dce5c3ade847041f837279f9397 (patch)
tree28d1bcda6af15a52b40aad11ec7322f64d348a21 /Doc/lib/xmldom.tex
parent3f52da5b022846aa4a0f21545a78d95634090039 (diff)
downloadcpython-9368a12011af0dce5c3ade847041f837279f9397.zip
cpython-9368a12011af0dce5c3ade847041f837279f9397.tar.gz
cpython-9368a12011af0dce5c3ade847041f837279f9397.tar.bz2
Fix an obvious usage nit I should have caught myself on the previous
change to this file. Thanks, /F!
Diffstat (limited to 'Doc/lib/xmldom.tex')
-rw-r--r--Doc/lib/xmldom.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/xmldom.tex b/Doc/lib/xmldom.tex
index a226850..27e7cfc 100644
--- a/Doc/lib/xmldom.tex
+++ b/Doc/lib/xmldom.tex
@@ -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}