From: Andrew M. Kuchling Date: Sat, 23 Jun 2001 16:26:44 +0000 (+0000) Subject: Fix typo X-Git-Tag: v2.2a3~1451 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e7e03cd0cffbc4087e9baa98ac3eeec42d05310c;p=thirdparty%2FPython%2Fcpython.git Fix typo --- diff --git a/Doc/lib/xmldom.tex b/Doc/lib/xmldom.tex index 5d4fe024e8ce..17e21c0ccf37 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 diff --git a/Doc/ref/ref2.tex b/Doc/ref/ref2.tex index 6650b9909845..c08f7f467e5c 100644 --- a/Doc/ref/ref2.tex +++ b/Doc/ref/ref2.tex @@ -260,7 +260,7 @@ identifiers. They must be spelled exactly as written here:% and del for is raise assert elif from lambda return break else global not try -class except if or yeild +class except if or yield continue exec import pass while def finally in print \end{verbatim}