fix typo (extraneous ")")

This commit is contained in:
Fred Drake 2007-01-26 16:27:45 +00:00
parent 6d8e5ad09d
commit b17830e709
1 changed files with 1 additions and 1 deletions

View File

@ -2015,7 +2015,7 @@ applied to complex expressions and nested functions:
There is a way to remove an item from a list given its index instead There is a way to remove an item from a list given its index instead
of its value: the \keyword{del} statement. This differs from the of its value: the \keyword{del} statement. This differs from the
\method{pop()}) method which returns a value. The \keyword{del} \method{pop()} method which returns a value. The \keyword{del}
statement can also be used to remove slices from a list or clear the statement can also be used to remove slices from a list or clear the
entire list (which we did earlier by assignment of an empty list to entire list (which we did earlier by assignment of an empty list to
the slice). For example: the slice). For example: