[pypy-svn] r19271 - pypy/release/0.8.x/pypy/doc

ale at codespeak.net ale at codespeak.net
Mon Oct 31 18:13:32 CET 2005


Author: ale
Date: Mon Oct 31 18:13:32 2005
New Revision: 19271

Modified:
   pypy/release/0.8.x/pypy/doc/architecture.txt
Log:
typo


Modified: pypy/release/0.8.x/pypy/doc/architecture.txt
==============================================================================
--- pypy/release/0.8.x/pypy/doc/architecture.txt	(original)
+++ pypy/release/0.8.x/pypy/doc/architecture.txt	Mon Oct 31 18:13:32 2005
@@ -109,7 +109,7 @@
 when needed, by invoking a bytecode compiler.  Code objects
 are a nicely preprocessed, structured representation of source code, and
 their main content is *bytecode*.  We use the same compact bytecode format
-than CPython 2.4.
+as CPython 2.4.
 
 Our bytecode compiler is implemented as a chain of flexible passes
 (tokenizer, lexer, parser, abstract syntax tree builder, bytecode



More information about the Pypy-commit mailing list