Skip to content

Commit f253819

Browse files
provision: Fix a typo in virtualenv instruction.
1 parent 731eb23 commit f253819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/provision

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ the Python version this command is executed with."""
118118
venv_dir,
119119
venv_exec_dir,
120120
'activate')
121-
print('\nRun the following the enter the virtualenv:\n')
121+
print('\nRun the following to enter into the virtualenv:\n')
122122
print(bold + ' source ' + activate_command + end_format + "\n")
123123

124124

0 commit comments

Comments
 (0)