Skip to content

Commit 29934c7

Browse files
authored
Fixed codetour file
Fixed codetour to run `convert_comments_to_code.py` properly
1 parent 38ba017 commit 29934c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.tours/ConvertCommentsToCode.tour

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
{
1818
"file": "convert_comments_to_code.py",
1919
"line": 9,
20-
"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!"
20+
"description": "Let's run the code to see if it works. Click the follow hyperlink to execute your convert_comments_to_code.py file. It should count from one to ten. \n\n>> python3 convert_comments_to_code.py\n\nMission complete! You've used GitHub Copilot to create a function that counts to 10!"
2121
},
2222
{
2323
"file": "convert_comments_to_code.py",

0 commit comments

Comments
 (0)