Author: Laura Creighton <l...@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
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to