mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Merge pull request #763 from tukruic/patch-2
Fixed typo in virtualenv_name property docs
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user