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

hpk at codespeak.net hpk at codespeak.net
Sun Jun 26 11:54:29 CEST 2005


Author: hpk
Date: Sun Jun 26 11:54:28 2005
New Revision: 13919

Modified:
   pypy/dist/pypy/rpython/rconstantdict.py
Log:
docstring fix


Modified: pypy/dist/pypy/rpython/rconstantdict.py
==============================================================================
--- pypy/dist/pypy/rpython/rconstantdict.py	(original)
+++ pypy/dist/pypy/rpython/rconstantdict.py	Sun Jun 26 11:54:28 2005
@@ -7,7 +7,7 @@
 # ____________________________________________________________
 #
 #  pseudo implementation of RPython dictionary (this is per
-#  dictvalue type): 
+#  dictkey/dictvalue but dictkeys need to be primitive) 
 #
 #    struct dictentry {
 #        DICTKEY key;   # primitive 



More information about the Pypy-commit mailing list