From adb444ba0fe25092deaa48704a4207b9e5c615b2 Mon Sep 17 00:00:00 2001 From: Krzysztof Krzysztof Date: Thu, 28 Sep 2017 23:50:54 +0200 Subject: [PATCH] Fixed typo in virtualenv_name property docs --- pipenv/project.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipenv/project.py b/pipenv/project.py index 297a75ab..5b7c90fb 100644 --- a/pipenv/project.py +++ b/pipenv/project.py @@ -98,7 +98,7 @@ class Project(object): # 42 = 127 - len('/home//.local/share/virtualenvs//bin/python2') - 32 - len('-HASHHASH') # # 127 : BINPRM_BUF_SIZE - 1 - # 32 : Maxmimum length of username + # 32 : Maximum length of username # # References: # https://www.gnu.org/software/bash/manual/html_node/Double-Quotes.html