[pypy-svn] r29246 - pypy/dist/pypy/doc

hpk at codespeak.net hpk at codespeak.net
Fri Jun 23 15:36:01 CEST 2006


Author: hpk
Date: Fri Jun 23 15:35:58 2006
New Revision: 29246

Modified:
   pypy/dist/pypy/doc/translation.txt
Log:
not worth a commit log


Modified: pypy/dist/pypy/doc/translation.txt
==============================================================================
--- pypy/dist/pypy/doc/translation.txt	(original)
+++ pypy/dist/pypy/doc/translation.txt	Fri Jun 23 15:35:58 2006
@@ -213,7 +213,7 @@
 the attribute is *read*.  If, at some later time, we discover an
 assignment that forces the annotation about the attribute to be
 generalized, then all the places that read the attribute so far are
-marked as invalid and the annotator will have to restart its analysis
+marked as invalid and the annotator will restart its analysis
 from there.
 
 The distinction between instance-level and class-level attributes is



More information about the Pypy-commit mailing list