diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-01-18 16:19:23 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-01-18 16:19:23 +0100 |
| commit | 8574dc519c22024041aafb400594c322036cb4e0 (patch) | |
| tree | 2ecf06d4e0260bfbbc22d063a34b8ad6adb9111a | |
| parent | 615c572c23f73373310b0c48eb34027a5d940b7f (diff) | |
Make PyPI's README formatter happy
No longer displayed as an unformatted blob of text.
| -rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -334,7 +334,7 @@ The test suite is run with $ python(3) Kconfiglib/testsuite.py -`pypy <http://pypy.org>`_ works too, and is much speedier for everything except ``allnoconfig.py``/``allnoconfig_simpler.py``/``allyesconfig.py``, where it doesn't have time to warm up since +`pypy <https://pypy.org/>`_ works too, and is much speedier for everything except ``allnoconfig.py``/``allnoconfig_simpler.py``/``allyesconfig.py``, where it doesn't have time to warm up since the scripts are run via ``make scriptconfig``. The test suite must be run from the top-level kernel directory. It requires that the |
