Skip to content

Commit c0ebe47

Browse files
committed
Minor wording change in warning
1 parent b578c12 commit c0ebe47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox/venv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ def run_install_command(self, packages, action, options=()):
283283
if 'PYTHONPATH' in os.environ:
284284
self.session.report.warning(
285285
"Discarding $PYTHONPATH from environment, to override "
286-
"specify PYTHONPATH in 'passenv' in your environment."
286+
"specify PYTHONPATH in 'passenv' in your configuration."
287287
)
288288
os.environ.pop('PYTHONPATH')
289289

0 commit comments

Comments
 (0)