Skip to content

Commit

Permalink
Fix typo in Tutorial (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
srenfo committed Sep 22, 2020
1 parent 4deea88 commit 9caaba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ To install a ``requirements.txt`` file:
@nox.session
def tests(session):
# same as pip install -r -requirements.txt
# same as pip install -r requirements.txt
session.install("-r", "requirements.txt")
...
Expand Down

0 comments on commit 9caaba5

Please sign in to comment.