diff options
Diffstat (limited to 'python/problems/recursion')
-rw-r--r-- | python/problems/recursion/sl.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 <a href="[%@resource recursion_sl.html%]">rekurzije</a>' |