diff options
author | Martin <martin@leo.fri1.uni-lj.si> | 2015-09-29 10:30:10 +0200 |
---|---|---|
committer | Martin <martin@leo.fri1.uni-lj.si> | 2015-09-29 10:30:10 +0200 |
commit | 1db5b636325141db84e03f0a72a6e8cc7bcb2ee2 (patch) | |
tree | 186471c5a998c7e483fa3eb1915d86d6aa15fcac /python/problems/while_and_if/consumers_anonymous | |
parent | d06dade8c75dfa5aceacaf1a1b47f61c5fef31c4 (diff) |
Small corrections to text; mostly changing plural form to singular.
Diffstat (limited to 'python/problems/while_and_if/consumers_anonymous')
-rw-r--r-- | python/problems/while_and_if/consumers_anonymous/sl.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/python/problems/while_and_if/consumers_anonymous/sl.py b/python/problems/while_and_if/consumers_anonymous/sl.py index 5666216..4b1348b 100644 --- a/python/problems/while_and_if/consumers_anonymous/sl.py +++ b/python/problems/while_and_if/consumers_anonymous/sl.py @@ -111,6 +111,10 @@ Pravilna vsota [%=sum%], pravilno število stvari: [%=count%]'''], <p><b>Odlično!</b>Naloga rešena.</p> Še zanimivost: v while zanki smo negirali ustavitveni pogoj tako, da smo negirali posamezne pogoje in spremenili pogoj <code>or</code> v <code>and</code>. Temu pravimo De Morganov zakon. -'''] +'''], + + 'eof_error':[mod.general_msg['eof_error'], + '''\ +<p>Verjetno se zanka izvede prevečkrat. Preveri pogoj!</p>'''] } |