diff options
author | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2016-10-21 23:23:08 +0200 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2016-10-21 23:23:08 +0200 |
commit | 9d662ae9b7a84b3826e91d2af17f251daaabcd79 (patch) | |
tree | 0e9fde28d7c4223441fd9d0c80a65951b21597ef | |
parent | ccd7f9701b43c19546e9e36906c1be47a850b73b (diff) |
Python: add missing description for recursion
-rw-r--r-- | python/problems/recursion/en.py | 3 | ||||
-rw-r--r-- | python/problems/recursion/sl.py | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/python/problems/recursion/en.py b/python/problems/recursion/en.py index a1e8f91..d06f66e 100644 --- a/python/problems/recursion/en.py +++ b/python/problems/recursion/en.py @@ -1,3 +1,2 @@ name = 'Recursion' -description = '' - +description = 'Defining recursive functions' diff --git a/python/problems/recursion/sl.py b/python/problems/recursion/sl.py index be7d05a..94fef5c 100644 --- a/python/problems/recursion/sl.py +++ b/python/problems/recursion/sl.py @@ -1,3 +1,2 @@ name = 'Rekurzija' description = 'Vaje iz rekurzije' - |