Author: Martin Matusiak <[email protected]> Branch: improve-docs-fixes Changeset: r72730:17a069157969 Date: 2014-08-03 18:19 +0200 http://bitbucket.org/pypy/pypy/changeset/17a069157969/
Log: fix typo diff --git a/rpython/doc/windows.rst b/rpython/doc/windows.rst --- a/rpython/doc/windows.rst +++ b/rpython/doc/windows.rst @@ -306,7 +306,7 @@ it CPython64/64. It is probably not too much work if the goal is only to get a translated -PyPy executable, and to run all tests before transaction. But you need +PyPy executable, and to run all tests before translation. But you need to start somewhere, and you should start with some tests in rpython/translator/c/test/, like ``test_standalone.py`` and ``test_newgc.py``: try to have them pass on top of CPython64/64. _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
