File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -506,10 +506,9 @@ \subsubsection{Mutable Sequence Types \label{typesseq-mutable}}
506506\item [(3)] Raises \exception {ValueError} when \var {x} is not found in
507507 \var {s}.
508508
509- \item [(4)] The \method {pop()} method is experimental and at the moment
510- only supported by the list and array types. The optional argument
511- \var {i} defaults to \code {-1}, so that by default the last item is
512- removed and returned.
509+ \item [(4)] The \method {pop()} method only supported by the list and
510+ array types. The optional argument \var {i} defaults to \code {-1},
511+ so that by default the last item is removed and returned.
513512
514513\item [(5)] The \method {sort()} and \method {reverse()} methods modify the
515514 list in place for economy of space when sorting or reversing a large
You can’t perform that action at this time.
0 commit comments