From 50506bd9b826efd8c479363acecdd0da26298969 Mon Sep 17 00:00:00 2001 From: Richard Si <63936253+ichard26@users.noreply.github.com> Date: Thu, 20 Jan 2022 18:39:45 -0500 Subject: [PATCH] Capitialization nits --- src/black/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/black/__init__.py b/src/black/__init__.py index a8fff32f222..d201ce55cb7 100644 --- a/src/black/__init__.py +++ b/src/black/__init__.py @@ -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