summaryrefslogtreecommitdiff
path: root/python/problems/functions_and_modules/sl.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/problems/functions_and_modules/sl.py')
-rw-r--r--python/problems/functions_and_modules/sl.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/python/problems/functions_and_modules/sl.py b/python/problems/functions_and_modules/sl.py
index e4321ec..624a532 100644
--- a/python/problems/functions_and_modules/sl.py
+++ b/python/problems/functions_and_modules/sl.py
@@ -1,3 +1,6 @@
name = 'Funkcije in delo z moduli'
-description = 'Uporaba funkcij in delo z moduli (predvsem z nizi).'
+description = '''Uporaba funkcij in delo z
+ <a target="_blank" href="[%@resource modules_sl.html%]">moduli</a>.
+ Na primeru nizov spoznamo,
+ <a target="_blank" href="[%@resource methods_sl.html%]">kako kličemo metode</a>.'''