Skip to content

Commit

Permalink
Capitialization nits
Browse files Browse the repository at this point in the history
  • Loading branch information
ichard26 committed Jan 20, 2022
1 parent 10308c0 commit 50506bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/black/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1317,7 +1317,7 @@ def assert_equivalent(src: str, dst: str, *, pass_num: int = 1) -> None:
raise AssertionError(
f"cannot use --safe with this file; failed to parse source file AST: "
f"{exc}\n"
f"This could be caused by running black with an older python version "
f"This could be caused by running Black with an older Python version "
f"that does not support new syntax used in your source file."
) from exc

Expand Down

0 comments on commit 50506bd

Please sign in to comment.