Skip to content

Commit

Permalink
Fix typo in tutorial.rst (#586)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanpon committed Mar 13, 2022
1 parent 2a90c5b commit cfba08b
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 @@ -181,7 +181,7 @@ You can also pass environment variables:
@nox.session
def tests(session):
session.install("black")
session.install("pytest")
session.run(
"pytest",
env={
Expand Down

0 comments on commit cfba08b

Please sign in to comment.