From dcb4a9e9283ffd9481d2aa6e292e30e420a78eea Mon Sep 17 00:00:00 2001 From: Alex Rod Date: Sat, 9 Dec 2023 08:50:56 +0100 Subject: [PATCH] typo --- tests/version_check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/version_check.py b/tests/version_check.py index b72f175..95853c3 100644 --- a/tests/version_check.py +++ b/tests/version_check.py @@ -29,7 +29,7 @@ print(f"Python {platform.python_version()} {status[expect_fail]} as expected") else: print( - f"{platform.python_version()} should have {status[expect_fail]},", + f"Python {platform.python_version()} should have {status[expect_fail]},", f"but actually {status[actual_fail]}", ) sys.exit(return_code)