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. """ _______________________________________________ Python-3000-checkins mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000-checkins
