File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -892,7 +892,7 @@ def _exit_if_not_free_threaded_interpreter():
892892 if "free-threading build" not in sys .version :
893893 exc = Exception ("Running with a free-threaded interpreter is required." )
894894 exc .add_note (
895- "A dry run of pip is used to determine free-threading support of integrations ."
895+ "A dry run of pip is used to determine free-threading support of packages ."
896896 )
897897 raise exc
898898
@@ -912,7 +912,7 @@ def _exit_if_pip_unavailable():
912912 if pip_help_return_code != 0 :
913913 exc = Exception ("pip must be available." )
914914 exc .add_note (
915- "A dry run of pip is used to determine free-threading support of integrations ."
915+ "A dry run of pip is used to determine free-threading support of packages ."
916916 )
917917 raise exc
918918
You can’t perform that action at this time.
0 commit comments