Commit e7e03cd0 authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Fix typo

parent ff00fdae
...@@ -808,7 +808,7 @@ readonly attribute string someValue; ...@@ -808,7 +808,7 @@ readonly attribute string someValue;
attribute string anotherValue; attribute string anotherValue;
\end{verbatim} \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 \member{someValue} (\method{_get_someValue()}), and ``get'' and
``set'' methods for ``set'' methods for
\member{anotherValue} (\method{_get_anotherValue()} and \member{anotherValue} (\method{_get_anotherValue()} and
......
...@@ -260,7 +260,7 @@ identifiers. They must be spelled exactly as written here:% ...@@ -260,7 +260,7 @@ identifiers. They must be spelled exactly as written here:%
and del for is raise and del for is raise
assert elif from lambda return assert elif from lambda return
break else global not try break else global not try
class except if or yeild class except if or yield
continue exec import pass while continue exec import pass while
def finally in print def finally in print
\end{verbatim} \end{verbatim}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment