[Python-3000-checkins] r56003 - python/branches/p3yk/Lib/_abcoll.py

neal.norwitz python-3000-checkins at python.org
Sat Jun 16 04:41:16 CEST 2007


Author: neal.norwitz
Date: Sat Jun 16 04:41:09 2007
New Revision: 56003

Modified:
   python/branches/p3yk/Lib/_abcoll.py
Log:
Fix typo (certain).

Modified: python/branches/p3yk/Lib/_abcoll.py
==============================================================================
--- python/branches/p3yk/Lib/_abcoll.py	(original)
+++ python/branches/p3yk/Lib/_abcoll.py	Sat Jun 16 04:41:09 2007
@@ -4,7 +4,7 @@
 """Abstract Base Classes (ABCs) for collections, according to PEP 3119.
 
 DON'T USE THIS MODULE DIRECTLY!  The classes here should be imported
-via collections; they are defined here only to alleviate ceratin
+via collections; they are defined here only to alleviate certain
 bootstrapping issues.  Unit tests are in test_collections.
 """
 


More information about the Python-3000-checkins mailing list