This commit is contained in:
Andrew M. Kuchling 2001-06-23 16:26:44 +00:00
parent ff00fdae23
commit e7e03cd0cf
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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}