Skip to content

Commit 908fd90

Browse files
.
1 parent c892b83 commit 908fd90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/populate_tox/populate_tox.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)