Author: Carl Bordum Hansen <[email protected]> Branch: fix-readme-typo Changeset: r95115:2538f91b44b3 Date: 2018-09-15 12:35 +0200 http://bitbucket.org/pypy/pypy/changeset/2538f91b44b3/
Log: Fix typo in README.rst: interperter => interpreter. diff --git a/README.rst b/README.rst --- a/README.rst +++ b/README.rst @@ -4,7 +4,7 @@ Welcome to PyPy! -PyPy is an interperter that implements the Python programming language, based +PyPy is an interpreter that implements the Python programming language, based on the RPython compiler framework for dynamic language implementations. The home page for the interpreter is: _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
