small syntax fix for a comment

This commit is contained in:
Erin O'Connell
2017-06-09 22:46:53 -06:00
parent 50e278a102
commit 5cee25a5f5
+1 -1
View File
@@ -36,5 +36,5 @@ if PIPENV_VENV_IN_PROJECT:
if os.name == 'nt':
PIPENV_NOSPIN = True
#Tells pipenv how long to wait for virtualenvs to be created in seconds
# Tells pipenv how long to wait for virtualenvs to be created in seconds
PIPENV_TIMEOUT = os.environ.get('PIPENV_TIMEOUT') or 120