[Python-checkins] r53097 - peps/trunk/pep-3106.txt

neal.norwitz python-checkins at python.org
Wed Dec 20 07:36:16 CET 2006


Author: neal.norwitz
Date: Wed Dec 20 07:36:16 2006
New Revision: 53097

Modified:
   peps/trunk/pep-3106.txt
Log:
Fix typo

Modified: peps/trunk/pep-3106.txt
==============================================================================
--- peps/trunk/pep-3106.txt	(original)
+++ peps/trunk/pep-3106.txt	Wed Dec 20 07:36:16 2006
@@ -67,7 +67,7 @@
 call because it is implied by a for-loop.
 
 The objects returned by the .keys() and .items() methods behave like
-sets with limited mutability; the allow removing elements, but not
+sets with limited mutability; they allow removing elements, but not
 adding them.  Removing an item from these sets removes it from the
 underlying dict.  The object returned by the values() method behaves
 like a multiset (Java calls this a Collection).  It does not allow


More information about the Python-checkins mailing list