Skip to content

Commit

Permalink
Update walkthrough title (#20857)
Browse files Browse the repository at this point in the history
For consistency with other language extensions
  • Loading branch information
luabud authored Mar 15, 2023
1 parent 1668d06 commit b9c4ff7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"walkthroughs": [
{
"id": "pythonWelcome",
"title": "Get started with Python development",
"title": "Get Started with Python Development",
"description": "Your first steps to set up a Python project with all the powerful tools and features that the Python extension has to offer!",
"when": "workspacePlatform != webworker",
"steps": [
Expand Down Expand Up @@ -169,7 +169,7 @@
},
{
"id": "pythonDataScienceWelcome",
"title": "Get started with Python for Data Science",
"title": "Get Started with Python for Data Science",
"description": "Your first steps to getting started with a Data Science project with Python!",
"when": "false",
"steps": [
Expand Down

0 comments on commit b9c4ff7

Please sign in to comment.