You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: copydecks/en/copydeck.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -26,8 +26,8 @@
26
26
"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.",
27
27
"why": "Without speech marks Python treats <i>{{name}}</i> as a variable, and this variable does not exist yet.",
28
28
"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).",
0 commit comments