[pypy-commit] pypy improve-docs-fixes: fix typo

numerodix noreply at buildbot.pypy.org
Sat Aug 9 11:29:21 CEST 2014


Author: Martin Matusiak <numerodix at gmail.com>
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.


More information about the pypy-commit mailing list