mirror of
https://github.com/python/cpython.git
synced 2024-11-25 02:44:06 +08:00
fixing a minor spelling mistake
This commit is contained in:
parent
327e1878ac
commit
f917bf6080
@ -506,7 +506,7 @@ Notes:
|
||||
\item[(3)] Raises \exception{ValueError} when \var{x} is not found in
|
||||
\var{s}.
|
||||
|
||||
\item[(4)] The \method{pop()} method only supported by the list and
|
||||
\item[(4)] The \method{pop()} method is only supported by the list and
|
||||
array types. The optional argument \var{i} defaults to \code{-1},
|
||||
so that by default the last item is removed and returned.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user