Merge pull request #763 from tukruic/patch-2

Fixed typo in virtualenv_name property docs
This commit is contained in:
2017-09-28 19:16:35 -04:00
committed by GitHub
+1 -1
View File
@@ -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