From f253819a587f7092fe7ec7d30e2b64891ff108af Mon Sep 17 00:00:00 2001 From: Kushal Kothari <58383771+Kushal-kothari@users.noreply.github.com> Date: Wed, 4 Mar 2020 12:09:28 +0530 Subject: [PATCH] provision: Fix a typo in virtualenv instruction. --- tools/provision | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/provision b/tools/provision index 81754c7..3e821f9 100755 --- a/tools/provision +++ b/tools/provision @@ -118,7 +118,7 @@ the Python version this command is executed with.""" venv_dir, venv_exec_dir, 'activate') - print('\nRun the following the enter the virtualenv:\n') + print('\nRun the following to enter into the virtualenv:\n') print(bold + ' source ' + activate_command + end_format + "\n")