From: Fred Drake Date: Wed, 24 Jan 2001 18:19:40 +0000 (+0000) Subject: Fix an obvious usage nit I should have caught myself on the previous X-Git-Tag: v2.1a2~206 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9368a12011af0dce5c3ade847041f837279f9397;p=thirdparty%2FPython%2Fcpython.git Fix an obvious usage nit I should have caught myself on the previous change to this file. Thanks, /F! --- diff --git a/Doc/lib/xmldom.tex b/Doc/lib/xmldom.tex index a226850689f2..27e7cfc1e172 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}