[Python-checkins] r54313 - sandbox/trunk/2to3/README

collin.winter python-checkins at python.org
Tue Mar 13 02:17:18 CET 2007


Author: collin.winter
Date: Tue Mar 13 02:17:15 2007
New Revision: 54313

Modified:
   sandbox/trunk/2to3/README
Log:
Typo

Modified: sandbox/trunk/2to3/README
==============================================================================
--- sandbox/trunk/2to3/README	(original)
+++ sandbox/trunk/2to3/README	Tue Mar 13 02:17:15 2007
@@ -88,7 +88,7 @@
           ...
         
 * Fixers that look for attribute references will not detect when getattr() or
-  setattr() are used to access those attributes.
+  setattr() is used to access those attributes.
   
 * The contents of eval() calls and "exec" statements will not be checked by
   2to3.


More information about the Python-checkins mailing list