Fix markup in CONTRIBUTING

This commit is contained in:
Rebecca Breu 2021-03-25 16:45:55 +01:00
parent 5c4de56eaf
commit 61872c13bb

View file

@ -21,7 +21,7 @@ Run codechecks with::
flake8 .
Run unittests with coverage report:
Run unittests with coverage report::
coverage run --source=beeref -m pytest;
coverage html