From 1969cb85c45342b0ffa75bd9ab0ca2100b67b2ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 14 Nov 2022 13:12:31 +0100 Subject: Make the space count consistent with the past --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d39d88d..21c82b8 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Testing/development tips To run tests under CPython, run:: - pip install pytest # if you don't have pytest already + pip install pytest # if you don't have pytest already pip install pycparser python setup.py build_ext -f -i pytest c/ testing/ -- cgit v1.2.1