mirror of
https://github.com/python/cpython.git
synced 2025-09-28 11:15:17 +00:00
Fix typo
This commit is contained in:
parent
ff00fdae23
commit
e7e03cd0cf
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue