provision: Fix a typo in virtualenv instruction.

This commit is contained in:
Kushal Kothari 2020-03-04 12:09:28 +05:30 committed by GitHub
parent 731eb23c9a
commit f253819a58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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")