mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +00:00
changes (suggested) by Soren Larsen
This commit is contained in:
parent
d01c100713
commit
6c4f003202
28 changed files with 92 additions and 80 deletions
|
@ -63,8 +63,8 @@ available are still inserted into the array.
|
|||
\end{funcdesc}
|
||||
|
||||
\begin{funcdesc}{fromlist}{list}
|
||||
Appends items from the list. This is equivalent to
|
||||
\code{for x in \var{list}: a.append(x)}
|
||||
Append items from the list. This is equivalent to
|
||||
\code{for x in \var{list}:\ a.append(x)}
|
||||
except that if there is a type error, the array is unchanged.
|
||||
\end{funcdesc}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue