[pypy-commit] extradoc extradoc: Minor fix ups to cake slide.

hodgestar noreply at buildbot.pypy.org
Tue Mar 6 18:49:36 CET 2012


Author: Simon Cross <hodgestar at gmail.com>
Branch: extradoc
Changeset: r4123:933f0b6c1b0c
Date: 2012-03-06 19:49 +0200
http://bitbucket.org/pypy/extradoc/changeset/933f0b6c1b0c/

Log:	Minor fix ups to cake slide.

diff --git a/talk/pycon2012/tutorial/slides.rst b/talk/pycon2012/tutorial/slides.rst
--- a/talk/pycon2012/tutorial/slides.rst
+++ b/talk/pycon2012/tutorial/slides.rst
@@ -260,7 +260,7 @@
    \begin{columns}[c]
    \column{0.6\textwidth}
 
-* Your Python
+* Your Python code
 * PyPy interpreter (RPython)
 * High-level flow graphs
 * Low-level flow graphs
@@ -269,7 +269,7 @@
 
     * knows about exceptions and GC
 
-  * C represenation
+  * C representation
 
     * reduces flow graphs to remove
       exceptions and GC


More information about the pypy-commit mailing list