summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiro Hrončok <miro@hroncok.cz>2022-11-14 13:12:31 +0100
committerMiro Hrončok <miro@hroncok.cz>2022-11-14 13:12:31 +0100
commit1969cb85c45342b0ffa75bd9ab0ca2100b67b2ea (patch)
tree8372ab5cfa8a05f19f6975dd3e53a911e4771926
parent96e5108f5d7c68f46dcd23f8e03878b1e94c395f (diff)
downloadcffi-1969cb85c45342b0ffa75bd9ab0ca2100b67b2ea.tar.gz
Make the space count consistent with the pastpy.code
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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/