[pypy-svn] r13865 - pypy/dist/pypy/tool

hpk at codespeak.net hpk at codespeak.net
Sat Jun 25 17:15:06 CEST 2005


Author: hpk
Date: Sat Jun 25 17:15:05 2005
New Revision: 13865

Modified:
   pypy/dist/pypy/tool/cache.py
Log:
fix comment (mwh, hpk)


Modified: pypy/dist/pypy/tool/cache.py
==============================================================================
--- pypy/dist/pypy/tool/cache.py	(original)
+++ pypy/dist/pypy/tool/cache.py	Sat Jun 25 17:15:05 2005
@@ -13,7 +13,7 @@
 # Cache class:
 #     a cache meant to map a finite number of keys to values.
 #     It is normally extended lazily, until it contains all possible
-#     keys.  The _specialize_ attribute of the getorbuild() method
+#     keys.  The _annspecialcase_ attribute of the getorbuild() method
 #     forces the annotator to decode the argument's annotations,
 #     which must be constants or SomePBCs, actually call the
 #     method with all possible combinations, and gather the results.



More information about the Pypy-commit mailing list