summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorMartin Možina <martin.mozina@fri.uni-lj.si>2016-10-25 11:44:37 +0200
committerMartin Možina <martin.mozina@fri.uni-lj.si>2016-10-25 11:44:37 +0200
commit656c66097e806b4c53646ea1fff3d8615426d304 (patch)
tree172d4cccd187380bfdc81df3f195f5304d9f4d34 /python
parent0bfa95be7046b101a00f83f082260b5d0e007159 (diff)
parent9d662ae9b7a84b3826e91d2af17f251daaabcd79 (diff)
Merge branch 'master' of 192.168.15.97:codeq-problems
Diffstat (limited to 'python')
-rw-r--r--python/problems/recursion/en.py3
-rw-r--r--python/problems/recursion/sl.py1
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'
-