1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-01 21:32:35 +02:00

Fix: Change "virutalenv" to "virtualenv" (#7184)

This commit is contained in:
Inkyung Huh
2024-09-23 18:40:45 +09:00
committed by GitHub
parent 8c99cb6ea8
commit e78a7da1a9
3 changed files with 3 additions and 3 deletions

View File

@@ -1120,7 +1120,7 @@
]
},
"_IXXTSwQOgYzYIUuKVWNE": {
"title": "virutalenv",
"title": "virtualenv",
"description": "`virtualenv` is a tool to create isolated Python environments. It creates a folder which contains all the necessary executables to use the packages that a Python project would need.\n\nLearn more about `virtualenv` by visiting the following resources:",
"links": [
{