summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 5f73809..0a0bd2b 100644
--- a/README.rst
+++ b/README.rst
@@ -208,9 +208,10 @@ Other features
- **Not horribly slow despite being a pure Python implementation**
- The `allyesconfig.py <https://github.com/ulfalizer/Kconfiglib/blob/master/examples/allyesconfig.py>`_ example currently runs in
- about 1.3 seconds on a Core i7 2600K (with a warm file cache), including the
- ``make`` overhead from ``make scriptconfig``.
+ The `allyesconfig.py
+ <https://github.com/ulfalizer/Kconfiglib/blob/master/allyesconfig.py>`_
+ script currently runs in about 1.3 seconds on a Core i7 2600K (with a warm
+ file cache), including the ``make`` overhead from ``make scriptconfig``.
Kconfiglib is especially speedy in cases where multiple ``.config`` files
need to be processed, because the ``Kconfig`` files will only need to be parsed