From 1db5b636325141db84e03f0a72a6e8cc7bcb2ee2 Mon Sep 17 00:00:00 2001 From: Martin Date: Tue, 29 Sep 2015 10:30:10 +0200 Subject: Small corrections to text; mostly changing plural form to singular. --- python/problems/introduction/fahrenheit_to_celsius/common.py | 1 - 1 file changed, 1 deletion(-) (limited to 'python/problems/introduction/fahrenheit_to_celsius/common.py') diff --git a/python/problems/introduction/fahrenheit_to_celsius/common.py b/python/problems/introduction/fahrenheit_to_celsius/common.py index 2962c55..485d59d 100644 --- a/python/problems/introduction/fahrenheit_to_celsius/common.py +++ b/python/problems/introduction/fahrenheit_to_celsius/common.py @@ -16,7 +16,6 @@ print("Temperatura je", c, "C") ''' hint_type = { - 'plan': Hint('plan'), 'no_input_call': Hint('no_input_call'), 'expressions_python': Hint('expressions_python'), 'printing': Hint('printing'), -- cgit v1.2.1