[Python-checkins] r68706 - python/trunk/Doc/reference/datamodel.rst

benjamin.peterson python-checkins at python.org
Sun Jan 18 02:28:46 CET 2009


Author: benjamin.peterson
Date: Sun Jan 18 02:28:46 2009
New Revision: 68706

Log:
fix grammar

Modified:
   python/trunk/Doc/reference/datamodel.rst

Modified: python/trunk/Doc/reference/datamodel.rst
==============================================================================
--- python/trunk/Doc/reference/datamodel.rst	(original)
+++ python/trunk/Doc/reference/datamodel.rst	Sun Jan 18 02:28:46 2009
@@ -359,7 +359,7 @@
       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


More information about the Python-checkins mailing list