Fix typo
This commit is contained in:
parent
ff00fdae23
commit
e7e03cd0cf
@ -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:%
|
|||||||
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}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user