[pypy-svn] r78170 - pypy/extradoc/talk/pepm2011

arigo at codespeak.net arigo at codespeak.net
Thu Oct 21 14:14:42 CEST 2010


Author: arigo
Date: Thu Oct 21 14:14:41 2010
New Revision: 78170

Modified:
   pypy/extradoc/talk/pepm2011/paper.tex
Log:
A typo, and a semicolon (sorry, couldn't resist).


Modified: pypy/extradoc/talk/pepm2011/paper.tex
==============================================================================
--- pypy/extradoc/talk/pepm2011/paper.tex	(original)
+++ pypy/extradoc/talk/pepm2011/paper.tex	Thu Oct 21 14:14:41 2010
@@ -611,7 +611,7 @@
 
 In the snippet above, the two \lstinline{new} operations are removed and two
 static objects are constructed. The \lstinline{set} operations manipulate a
-static object, therefore they can be removed as well and their effect is
+static object, therefore they can be removed as well; their effect is
 remembered in the static objects.
 
 The static object associated with $p_{5}$ would store the knowledge that it is a
@@ -663,7 +663,7 @@
 the output trace. Those operations produce an object at runtime that has the
 same shape that the static object describes. This process is a bit delicate,
 because the static objects could form an arbitrary graph structure. In our
-example is is simple, though:
+example it is simple, though:
 
 \begin{lstlisting}[mathescape,xleftmargin=20pt,numbers=right,escapechar=|, firstnumber=44]
 $p_{15}$ = new(BoxedInteger)               |\setcounter{lstnumber}{45}|



More information about the Pypy-commit mailing list