Skip to content

Commit b9c4ff7

Browse files
authored
Update walkthrough title (#20857)
For consistency with other language extensions
1 parent 1668d06 commit b9c4ff7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"walkthroughs": [
8383
{
8484
"id": "pythonWelcome",
85-
"title": "Get started with Python development",
85+
"title": "Get Started with Python Development",
8686
"description": "Your first steps to set up a Python project with all the powerful tools and features that the Python extension has to offer!",
8787
"when": "workspacePlatform != webworker",
8888
"steps": [
@@ -169,7 +169,7 @@
169169
},
170170
{
171171
"id": "pythonDataScienceWelcome",
172-
"title": "Get started with Python for Data Science",
172+
"title": "Get Started with Python for Data Science",
173173
"description": "Your first steps to getting started with a Data Science project with Python!",
174174
"when": "false",
175175
"steps": [

0 commit comments

Comments
 (0)