[pypy-svn] r13715 - pypy/dist/pypy/rpython

tismer at codespeak.net tismer at codespeak.net
Thu Jun 23 15:42:47 CEST 2005


Author: tismer
Date: Thu Jun 23 15:42:46 2005
New Revision: 13715

Modified:
   pypy/dist/pypy/rpython/rmodel.py
Log:
typo

Modified: pypy/dist/pypy/rpython/rmodel.py
==============================================================================
--- pypy/dist/pypy/rpython/rmodel.py	(original)
+++ pypy/dist/pypy/rpython/rmodel.py	Thu Jun 23 15:42:46 2005
@@ -10,7 +10,7 @@
     """ An instance of Repr is associated with each instance of SomeXxx.
     It defines the chosen representation for the SomeXxx.  The Repr subclasses
     generally follows the SomeXxx subclass hierarchy, but there are numerous
-    exceptions.  For example, the anotator uses SomeIter for any iterator, but
+    exceptions.  For example, the annotator uses SomeIter for any iterator, but
     we need different representations according to the type of container we are
     iterating over.
     """



More information about the Pypy-commit mailing list