diff --git a/public/roadmap-content/python.json b/public/roadmap-content/python.json index 58c3d1795..f8c27db91 100644 --- a/public/roadmap-content/python.json +++ b/public/roadmap-content/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": [ { diff --git a/src/data/roadmaps/python/content/virutalenv@_IXXTSwQOgYzYIUuKVWNE.md b/src/data/roadmaps/python/content/virutalenv@_IXXTSwQOgYzYIUuKVWNE.md index c87e0c8ee..253c1ba58 100644 --- a/src/data/roadmaps/python/content/virutalenv@_IXXTSwQOgYzYIUuKVWNE.md +++ b/src/data/roadmaps/python/content/virutalenv@_IXXTSwQOgYzYIUuKVWNE.md @@ -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. diff --git a/src/data/roadmaps/python/python.json b/src/data/roadmaps/python/python.json index d7a108c0f..52071bc82 100644 --- a/src/data/roadmaps/python/python.json +++ b/src/data/roadmaps/python/python.json @@ -2927,7 +2927,7 @@ }, "selected": false, "data": { - "label": "virutalenv", + "label": "virtualenv", "style": { "fontSize": 17, "justifyContent": "flex-start",