Skip to content

Commit 30fec37

Browse files
authored
Merge pull request #17 from akx/patch-1
2 parents a074641 + c986186 commit 30fec37

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
@@ -159,7 +159,7 @@ const _initialToolData: Tool[] = [
159159
features: ['manual virtual environment creation'],
160160
name: 'virtualenv',
161161
toolDescription:
162-
'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.',
162+
'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.',
163163
useCases: [],
164164
dependsOn: [],
165165
},

0 commit comments

Comments
 (0)