diff --git a/test-crates/with-data/check_installed/check_installed.py b/test-crates/with-data/check_installed/check_installed.py index 23cfd5282..961ed8c94 100644 --- a/test-crates/with-data/check_installed/check_installed.py +++ b/test-crates/with-data/check_installed/check_installed.py @@ -12,7 +12,7 @@ installed_data = ( venv_root.joinpath("data_subdir") .joinpath("hello.txt") - # With the default encoding, python under windows fails to read the file correctly :/ + # With the default encoding, python under windows fails to read the file correctly .read_text(encoding="utf-8") .strip() )