Author: Maciej Fijalkowski <[email protected]> Branch: extradoc Changeset: r5390:d7879ef523ce Date: 2014-08-21 10:53 +0200 http://bitbucket.org/pypy/extradoc/changeset/d7879ef523ce/
Log: two typos + regen pdf diff --git a/talk/uct2014/talk.pdf b/talk/uct2014/talk.pdf index 2bce1f4d33135886db6d9bcd9a0256a4002b2442..8a7fa878b0d0c94a8e5fa68af66284f198d8b0a1 GIT binary patch [cut] diff --git a/talk/uct2014/talk.rst b/talk/uct2014/talk.rst --- a/talk/uct2014/talk.rst +++ b/talk/uct2014/talk.rst @@ -44,7 +44,7 @@ What's RPython? --------------- -* implementation language for PyPy (and other projects, topaz, hippyvm, ...) +* implementation language for PyPy (and other projects: topaz, hippyvm, ...) * a subset of Python that can be statically compiled @@ -122,7 +122,7 @@ * don't write virtual machines by hand -* don't write JITs in hand + * don't write JITs by hand * use tools (PyPy/truffle) _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
