Author: Armin Rigo <[email protected]> Branch: Changeset: r88201:1773719613f5 Date: 2016-11-08 10:53 +0100 http://bitbucket.org/pypy/pypy/changeset/1773719613f5/
Log: Fix docstring diff --git a/rpython/jit/tl/jittest.py b/rpython/jit/tl/jittest.py --- a/rpython/jit/tl/jittest.py +++ b/rpython/jit/tl/jittest.py @@ -1,6 +1,6 @@ """ This file is imported by rpython.translator.driver when running the -target --jittest. Feel free to hack it as needed; it is imported +target --pyjittest. Feel free to hack it as needed; it is imported only after the '---> Checkpoint' fork. """ _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
