diff --git a/pep-3146.txt b/pep-3146.txt index e83880f4f..0ce1c143b 100644 --- a/pep-3146.txt +++ b/pep-3146.txt @@ -198,8 +198,8 @@ which we considered, but found unsatisfactory. than Unladen Swallow on some workloads. Migration of large applications from CPython to PyPy would be prohibitively expensive: PyPy's JIT compiler supports only 32-bit x86 code generation; important modules, such as MySQLdb and - pycrypto do not build against PyPy; PyPy does not offer an embedding API, much - less the same API as CPython. + pycrypto, do not build against PyPy; PyPy does not offer an embedding API, + much less the same API as CPython. - *PyV8*: PyV8 [#pyv8]_ is an alpha-stage experimental Python-to-JavaScript compiler that runs on top of V8. PyV8 does not implement the whole Python language, and has no support for CPython extension modules. @@ -1308,7 +1308,7 @@ References http://en.wikipedia.org/wiki/Inline_expansion .. [#unboxing] - http://en.wikipedia.org/wiki/Object_type_(object-oriented_programming) + http://en.wikipedia.org/wiki/Object_type_(object-oriented_programming%29 .. [#us-inlining] http://code.google.com/p/unladen-swallow/issues/detail?id=86