fix grammar

This commit is contained in:
Benjamin Peterson 2009-01-18 01:28:46 +00:00
parent f1a4069481
commit b746448f46
1 changed files with 1 additions and 1 deletions

View File

@ -359,7 +359,7 @@ Sequences
slicing notations can be used as the target of assignment and :keyword:`del`
(delete) statements.
There is currently a single intrinsic mutable sequence type:
There are currently two intrinsic mutable sequence types:
Lists
.. index:: object: list