Skip to content

Commit

Permalink
Correct a typo in noxfile.py (#1757)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixonmars authored and sethmlarson committed Nov 24, 2019
1 parent 75d2719 commit f5e3434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Expand Up @@ -74,7 +74,7 @@ def app_engine(session):

@nox.session()
def blacken(session):
"""Run black code formater."""
"""Run black code formatter."""
session.install("black")
session.run("black", "src", "dummyserver", "test", "noxfile.py", "setup.py")

Expand Down

0 comments on commit f5e3434

Please sign in to comment.