[pypy-svn] rev 1114 - pypy/trunk/doc

lac at codespeak.net lac at codespeak.net
Mon Jul 7 23:19:09 CEST 2003


Author: lac
Date: Mon Jul  7 23:19:09 2003
New Revision: 1114

Modified:
   pypy/trunk/doc/oscon2003-paper.txt
Log:
Last minute tweaks, such as fixing Guido's name which is capitalised
differently depending on whether it is FN or LN first ...


Modified: pypy/trunk/doc/oscon2003-paper.txt
==============================================================================
--- pypy/trunk/doc/oscon2003-paper.txt	(original)
+++ pypy/trunk/doc/oscon2003-paper.txt	Mon Jul  7 23:19:09 2003
@@ -31,7 +31,7 @@
 
 We should be able to produce different versions of PyPy which run
 on different architectures,  for instance one that runs on the 
-Java Virtual Machine, much as **Jython** [#]_ does today.  
+Java Virtual Machine, much as Jython_ [#]_ does today.  
 
 .. _Jython: http://www.jython.org/
 
@@ -362,12 +362,12 @@
 
 This we accomplished by mid-week.
 
-By the end of the Sprint we produced our first Python program that
+By the end of the Sprint we produced our first Python program [#]_ that
 ran under PyPy which simply 'did something we wanted to do' and wasn't
 an artificial goal.  It calculated the week long foodbill, and divided
 the result by the 9 Sprint participants.::
 
- ### the first real PyPy Program ### [#]_
+ ### the first real PyPy Program ###
 
  slips=[(1, 'Kals MatMarkn', 6150, 'Chutney for Curry', 'dinner Saturday'),
         (2, 'Kals MatMarkn', 32000, 'Spaghetti, Beer', 'dinner Monday'),
@@ -538,8 +538,8 @@
 sprints in the course of half a year brought PyPy to existence, though
 there was some off-sprint development and discussions going on.
 
-The Usual Suspects
-++++++++++++++++++
+Participants
+++++++++++++
 
 ..  line-block::
 
@@ -558,7 +558,7 @@
  Samuele Pedroni
  Anna Ravencroft
  Armin Rigo
- Guido Van Rossum
+ Guido van Rossum
  Christian Tismer
 
 Conclusions


More information about the Pypy-commit mailing list