From 9fb65c77af2f5462efa61c6327ad7dd35883e356 Mon Sep 17 00:00:00 2001 From: a2800276 Date: Fri, 9 Mar 2012 20:36:20 +0100 Subject: [PATCH] typo --- questions/how_to_indent_python.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions/how_to_indent_python.json b/questions/how_to_indent_python.json index befee29..0d66349 100644 --- a/questions/how_to_indent_python.json +++ b/questions/how_to_indent_python.json @@ -4,7 +4,7 @@ "sub_category": "python", "right_answer": "a3", "nerd_level": 2, - "text": "How can code be indented according to PEP 8?", + "text": "How should code be indented according to PEP 8?", "a1": "One tab", "a2": "Two spaces", "a3": "Four spaces",