[Python-checkins] r53095 - sandbox/trunk/2to3/refactor.py

guido.van.rossum python-checkins at python.org
Wed Dec 20 05:33:54 CET 2006


Author: guido.van.rossum
Date: Wed Dec 20 05:33:53 2006
New Revision: 53095

Modified:
   sandbox/trunk/2to3/refactor.py
Log:
Fix typo reported by Neal.


Modified: sandbox/trunk/2to3/refactor.py
==============================================================================
--- sandbox/trunk/2to3/refactor.py	(original)
+++ sandbox/trunk/2to3/refactor.py	Wed Dec 20 05:33:53 2006
@@ -4,7 +4,7 @@
 
 """Refactoring framework.
 
-Used as a main program, this can refactory any number of files and/or
+Used as a main program, this can refactor any number of files and/or
 recursively descend down directories.  Imported as a module, this
 provides infrastructure to write your own refactoring tool.
 """


More information about the Python-checkins mailing list