From 96a01eac16db89f95ffbf7031221537277148354 Mon Sep 17 00:00:00 2001 From: TomyLobo Date: Sat, 30 Jan 2016 01:48:27 +0100 Subject: [PATCH] typo --- doc/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/index.rst b/doc/index.rst index 4fd2843..4a1d84d 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -63,7 +63,7 @@ Download `64bit binary`_ or `32bit binary`_ for linux:: ~$ export PYPY_HOME=`pwd`/pypy-c-jit-74798-f1b314da580e-linux64/bin/ ~$ pip install jitpy -And you should be able not run examples (**NOTE:** since jitpy takes source +And you should be able to run examples (**NOTE:** since jitpy takes source code via ``inspect`` module, you can't run jittify on functions typed from python interactive prompt)