diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2017-11-09 18:36:49 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-09 18:36:49 +0100 |
| commit | 7ffd2c68c09cadcc3febc3ac63375de77942ec79 (patch) | |
| tree | d9407bb8e4612be8ef1215ec658c0481f0f453ff | |
| parent | fe94c3b9b5259f7629331d3c3ba41431b3312567 (diff) | |
Remove iscriptconfig "see below" in README
Copy-paste error. iscriptconfig is only explained in the docstring.
| -rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -86,7 +86,7 @@ Here are some other features: The `allyesconfig.py <examples/allyesconfig.py>`_ example currently runs in about 1.6 seconds on a Core i7 2600K (with a warm file cache), where half a - second is overhead from ``make scriptconfig`` (see below). + second is overhead from ``make scriptconfig``. For long-running jobs, `PyPy <https://pypy.org/>`_ gives a big performance boost. CPython is faster for short-running jobs as PyPy needs some time to |
