Skip to content

Commit

Permalink
Merge pull request #730 from PovilasKud/fix_missing_space
Browse files Browse the repository at this point in the history
Add missing space after -r
  • Loading branch information
Enrikaa committed Apr 6, 2024
2 parents c9043b9 + 2e2f52b commit 1d36a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ development. Please note this documentation assumes you already have

.. code-block:: bash
$ pip install -rrequirements_dev.txt
$ pip install -r requirements_dev.txt
$ pytest ./tests
If you get any errors while installing cryptography package (something like
Expand Down

0 comments on commit 1d36a16

Please sign in to comment.