[pypy-svn] r13498 - pypy/dist/pypy/annotation

tismer at codespeak.net tismer at codespeak.net
Fri Jun 17 01:39:36 CEST 2005


Author: tismer
Date: Fri Jun 17 01:39:35 2005
New Revision: 13498

Modified:
   pypy/dist/pypy/annotation/model.py
Log:
typo

Modified: pypy/dist/pypy/annotation/model.py
==============================================================================
--- pypy/dist/pypy/annotation/model.py	(original)
+++ pypy/dist/pypy/annotation/model.py	Fri Jun 17 01:39:35 2005
@@ -50,7 +50,7 @@
 So I trashed 8 hours of work, without a check-in. (Just
 writing this here to leave *some* trace of work).
 
-Then I tried to make allinstances unique and wrote a lot
+Then I tried to make all instances unique and wrote a lot
 of attribute tracking code here, locked write access
 outside of __init__, and patched many modules and several
 hundred lines of code.



More information about the Pypy-commit mailing list