Skip to content

Commit

Permalink
Typo - formater to formatter (#324)
Browse files Browse the repository at this point in the history
Docstring typo
  • Loading branch information
kkirsche committed May 20, 2020
1 parent 9110f3e commit 3e4eaff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def cover(session):

@nox.session(python="3.8")
def blacken(session):
"""Run black code formater."""
"""Run black code formatter."""
session.install("black==19.3b0", "isort==4.3.21")
files = ["nox", "tests", "noxfile.py", "setup.py"]
session.run("black", *files)
Expand Down

0 comments on commit 3e4eaff

Please sign in to comment.