From 413bb73adaee77e8c1ab1c5721b13d9b6f756a7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Mo=C5=BEina?= Date: Mon, 5 Dec 2016 11:48:15 +0100 Subject: Fix some instructions. --- python/problems/recursion/sl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/problems/recursion') diff --git a/python/problems/recursion/sl.py b/python/problems/recursion/sl.py index 94fef5c..f398b78 100644 --- a/python/problems/recursion/sl.py +++ b/python/problems/recursion/sl.py @@ -1,2 +1,2 @@ name = 'Rekurzija' -description = 'Vaje iz rekurzije' +description = 'Vaje iz rekurzije' -- cgit v1.2.1