Skip to content

Commit c986186

Browse files
authored
Improve virtualenv description
Closes #16
1 parent eefef82 commit c986186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/initialToolData.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ const _initialToolData: Tool[] = [
146146
features: ['manual virtual environment creation'],
147147
name: 'virtualenv',
148148
toolDescription:
149-
'A tool for creating isolated virtual Python environments. This is essentially a 3rd party package that duplicates the standard libary venv module. It predates venv, and works for all Python versions, including < 3.5 when venv was introduced.',
149+
'A tool for creating isolated virtual Python environments. This is a predecessor of the Python 3.5+ standard library venv module, with improvements such as vastly faster virtualenv creation added in subsequent versions.',
150150
useCases: [],
151151
dependsOn: [],
152152
},

0 commit comments

Comments
 (0)