Skip to content

Commit 8905c8d

Browse files
committed
chore: minor copy / formatting
1 parent dbeb460 commit 8905c8d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

copydecks/en/copydeck.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"summary": "Your code uses the variable \"{{name}}\", but it hasn't been created yet. Check {{loc}}. If you meant to print the text <i>{{name}}</i>, put it in double quotes.",
2727
"why": "Without speech marks Python treats <i>{{name}}</i> as a variable, and this variable does not exist yet.",
2828
"steps": [
29-
"If it is meant to be text put speech marks around {{name}}.",
30-
"If it is meant to be a variable make it first (for example: {{name}} = 0).",
29+
"If it is meant to be text, put speech marks around {{name}}.",
30+
"If it is meant to be a variable, make it first (for example: {{name}} = 0).",
3131
"Check spelling and capital letters."
3232
]
3333
},

0 commit comments

Comments
 (0)