Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e54796 commit 4e9907cCopy full SHA for 4e9907c
1 file changed
Doc/lib/libstdtypes.tex
@@ -1075,7 +1075,7 @@ \subsubsection{Mutable Sequence Types \label{typesseq-mutable}}
1075
no longer works in Python 2.0. Use of this misfeature has been
1076
deprecated since Python 1.4.
1077
1078
-\item[(3)] Raises an exception when \var{x} is not a list object.
+\item[(3)] \var{x} can be any iterable object.
1079
1080
\item[(4)] Raises \exception{ValueError} when \var{x} is not found in
1081
\var{s}. When a negative index is passed as the second or third parameter
0 commit comments