Skip to content

Commit 704ae2e

Browse files
authored
Update ConvertCommentsToCode.tour
1 parent db7ee39 commit 704ae2e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.tours/ConvertCommentsToCode.tour

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,24 @@
33
"title": "ConvertCommentsToCode",
44
"steps": [
55
{
6-
"file": "ConvertCommentsToCode.py",
6+
"file": "convert_comments_to_code.py",
77
"description": "Welcome to your GitHub Copilot tour! Let's get started by learning to Convert Comments to Code! \n\nPress Next to continue 👇! ",
88
"line": 1,
99
"contents": ""
1010
},
1111
{
12-
"file": "ConvertCommentsToCode.py",
12+
"file": "convert_comments_to_code.py",
1313
"description": "Press __ENTER__ at the end of line 2. You should see a suggestion given by Copilot. Lets accept the Copilot suggestion by pressing __TAB__!\n\nPress Next to continue 👇! ",
1414
"line": 2,
1515
"contents": ""
1616
},
1717
{
18-
"file": "ConvertCommentsToCode.py",
18+
"file": "convert_comments_to_code.py",
1919
"line": 9,
2020
"description": "Let's run the code to see if it works. Click the follow hyperlink to execute your ConvertCommentsToCode.py file. It should count from one to ten. \n\n>> python3 ConvertCommentsToCode.py\n\nMission complete! You've used GitHub Copilot to create a function that counts to 10!"
2121
},
2222
{
23-
"file": "ConvertCommentsToCode.py",
23+
"file": "convert_comments_to_code.py",
2424
"description": "Thank you for trying out the GitHub Copilot Convert to Comments demo! Try a few different variables of your own! If you would like to sign up for Copilot visit here: https://github.com/features/copilot#pricing",
2525
"line": 10,
2626
"contents": ""

0 commit comments

Comments
 (0)