[pypy-svn] r75606 - pypy/branch/fast-forward/pypy/interpreter/astcompiler

benjamin at codespeak.net benjamin at codespeak.net
Fri Jun 25 21:46:43 CEST 2010


Author: benjamin
Date: Fri Jun 25 21:46:41 2010
New Revision: 75606

Modified:
   pypy/branch/fast-forward/pypy/interpreter/astcompiler/symtable.py
Log:
typo

Modified: pypy/branch/fast-forward/pypy/interpreter/astcompiler/symtable.py
==============================================================================
--- pypy/branch/fast-forward/pypy/interpreter/astcompiler/symtable.py	(original)
+++ pypy/branch/fast-forward/pypy/interpreter/astcompiler/symtable.py	Fri Jun 25 21:46:41 2010
@@ -89,7 +89,7 @@
         self.has_exec = True
 
     def note_import_star(self, imp):
-        """Called when a start import is found."""
+        """Called when a star import is found."""
         pass
 
     def mangle(self, name):



More information about the Pypy-commit mailing list