summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2001-06-23 16:26:44 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2001-06-23 16:26:44 (GMT)
commite7e03cd0cffbc4087e9baa98ac3eeec42d05310c (patch)
tree8863ce4d83c9b618b611462b04c2b427739254be /Doc/lib
parentff00fdae23d05bd93e913c917b3138cc2aea8cc2 (diff)
downloadcpython-e7e03cd0cffbc4087e9baa98ac3eeec42d05310c.zip
cpython-e7e03cd0cffbc4087e9baa98ac3eeec42d05310c.tar.gz
cpython-e7e03cd0cffbc4087e9baa98ac3eeec42d05310c.tar.bz2
Fix typo
Diffstat (limited to 'Doc/lib')
-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 5d4fe02..17e21c0 100644
--- a/Doc/lib/xmldom.tex
+++ b/Doc/lib/xmldom.tex
@@ -808,7 +808,7 @@ readonly attribute string someValue;
attribute string anotherValue;
\end{verbatim}
-yeilds three accessor functions: a ``get'' method for
+yields three accessor functions: a ``get'' method for
\member{someValue} (\method{_get_someValue()}), and ``get'' and
``set'' methods for
\member{anotherValue} (\method{_get_anotherValue()} and