[pypy-svn] extradoc extradoc: Typo, but I'm killing the word anyway

arigo commits-noreply at bitbucket.org
Wed Apr 6 14:43:28 CEST 2011


Author: Armin Rigo <arigo at tunes.org>
Branch: extradoc
Changeset: r3481:80245136b9be
Date: 2011-04-06 14:43 +0200
http://bitbucket.org/pypy/extradoc/changeset/80245136b9be/

Log:	Typo, but I'm killing the word anyway

diff --git a/talk/ep2011/talk.txt b/talk/ep2011/talk.txt
--- a/talk/ep2011/talk.txt
+++ b/talk/ep2011/talk.txt
@@ -13,8 +13,7 @@
 
 * most Python benchmarks run much faster than with CPython or Psyco
 * the real-world PyPy compiler toolchain itself (200 KLocs) runs twice as fast
-* already supports 32 and 64bit x86 atchitecture and is in the process
-  of supporting ARM
+* already supports 32 and 64bit x86 and is in the process of supporting ARM
 * full compatibility with CPython (more than Jython/IronPython)
 * full (and JIT-ed) ctypes support to call C libraries from Python
 * supports Stackless Python (in-progress)


More information about the Pypy-commit mailing list