summaryrefslogtreecommitdiff
path: root/python/problems/functions/greatest/sl.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/problems/functions/greatest/sl.py')
-rw-r--r--python/problems/functions/greatest/sl.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/problems/functions/greatest/sl.py b/python/problems/functions/greatest/sl.py
index d018503..a7916a5 100644
--- a/python/problems/functions/greatest/sl.py
+++ b/python/problems/functions/greatest/sl.py
@@ -60,8 +60,9 @@ xs = [5, 1, -6, -7, 2]
</pre>'''],
main_plan,
['''\
-<p>Na vrhu napišite funkcijo, ki vsebuje program, in testirajte:</p>''',
+<p>Napišite funkcijo tako, da vsebuje napisani program. </p>''',
'''\
+<p>Funkcijo testirajte!</p>
<pre>
# najprej definicija funkcije
def max_val...