From a1822f825d3ddfc7c8ece0b029604d3def8d6ecb Mon Sep 17 00:00:00 2001 From: Martin Date: Tue, 29 Sep 2015 11:08:27 +0200 Subject: Added english descriptions. --- python/problems/introduction/fast_fingers_2/en.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python/problems/introduction/fast_fingers_2') diff --git a/python/problems/introduction/fast_fingers_2/en.py b/python/problems/introduction/fast_fingers_2/en.py index 72e83aa..636f4d0 100644 --- a/python/problems/introduction/fast_fingers_2/en.py +++ b/python/problems/introduction/fast_fingers_2/en.py @@ -1,8 +1,8 @@ # coding=utf-8 id = 1000 -name = 'Pythagorean theorem' -slug = 'Pythagorean theorem' +name = 'Fast fingers 2' +slug = 'Fast fingers 2' description = '''\

(translation missing)''' -- cgit v1.2.1