We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d90648 commit 8eb0d32Copy full SHA for 8eb0d32
1 file changed
CONTRIBUTION.md
@@ -39,8 +39,8 @@ There are a few rules you are kindly asked to accept:
39
* the development is arranged around a virtualenv which needs to be created by
40
the `make dev` command. It will create it in the `.venv` directory.
41
42
-* you can let your IDE of your choice to use the `.venv/bin/python` interpreter to
43
- use so it will know all the dependencies and so on.
+* you can let your IDE of your choice to use the `.venv/bin/python` interpreter
+ so it will know all the dependencies and so on.
44
45
* running tests on the localhost can be done by issuing `make quick-test`. It is
46
"quick" because it tests the software with only one interpreter. Note that the
0 commit comments