[pypy-commit] extradoc extradoc: Fix 3 extremely minor typos/grammar

lac noreply at buildbot.pypy.org
Thu Mar 29 00:01:30 CEST 2012


Author: Laura Creighton <lac at openend.se>
Branch: extradoc
Changeset: r4165:6ef76531d696
Date: 2012-03-29 00:00 +0200
http://bitbucket.org/pypy/extradoc/changeset/6ef76531d696/

Log:	Fix 3 extremely minor typos/grammar

diff --git a/talk/uct2012/talk.rst b/talk/uct2012/talk.rst
--- a/talk/uct2012/talk.rst
+++ b/talk/uct2012/talk.rst
@@ -17,7 +17,7 @@
 
 * **a framework for writing dynamic language VMs**
 
-* an agile project sponsored by EU and others
+* an agile project sponsored by the EU and others
 
 What is a VM?
 -------------
@@ -42,11 +42,11 @@
 Where does PyPy come in?
 ------------------------
 
-* Tools for writing these program quickly, and efficiently.
+* Tools for writing these programs quickly, and efficiently.
 
   * Helpers for things like parsing
 
-  * Free JIT, and garbage collector
+  * Free JIT, and garbage collectors
 
 * Mostly you write a totally normal VM in python, and it becomes magically fast
 


More information about the pypy-commit mailing list