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

feat/changelog^2
Inkyung Huh 4 weeks ago committed by GitHub
parent 8c99cb6ea8
commit e78a7da1a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      public/roadmap-content/python.json
  2. 2
      src/data/roadmaps/python/content/virutalenv@_IXXTSwQOgYzYIUuKVWNE.md
  3. 2
      src/data/roadmaps/python/python.json

@ -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": [
{

@ -1,4 +1,4 @@
# virutalenv
# virtualenv
`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.

@ -2927,7 +2927,7 @@
},
"selected": false,
"data": {
"label": "virutalenv",
"label": "virtualenv",
"style": {
"fontSize": 17,
"justifyContent": "flex-start",

Loading…
Cancel
Save