[pypy-svn] r65225 - pypy/trunk/pypy/doc

arigo at codespeak.net arigo at codespeak.net
Mon May 11 20:43:56 CEST 2009


Author: arigo
Date: Mon May 11 20:43:55 2009
New Revision: 65225

Modified:
   pypy/trunk/pypy/doc/translation.txt
Log:
Missing punctuation (thanks kirma).


Modified: pypy/trunk/pypy/doc/translation.txt
==============================================================================
--- pypy/trunk/pypy/doc/translation.txt	(original)
+++ pypy/trunk/pypy/doc/translation.txt	Mon May 11 20:43:55 2009
@@ -485,7 +485,7 @@
 function be inlined somewhere. This estimate is the sum of two numbers: for
 one every operations is assigned a specific weight, the default being a weight
 of one. Some operations are considered to be more effort than others,
-e.g. memory allocation and calls others are considered to be no effort at all
+e.g. memory allocation and calls; others are considered to be no effort at all
 (casts...). The size estimate is for one the sum of the weights of all
 operations occuring in the graph. This is called the "static instruction
 count". The other part of the size estimate of a graph is the "median



More information about the Pypy-commit mailing list