summaryrefslogtreecommitdiff
path: root/python/problems/lists_and_if-fkkt/min_and_max/sl.py
diff options
context:
space:
mode:
authorMatevž Poberžnik <tevzpoberznik@gmail.com>2017-10-24 16:11:29 +0200
committerMatevž Poberžnik <tevzpoberznik@gmail.com>2017-10-24 16:11:29 +0200
commit666ff4bfdc7a674e7a7498a17c3ebd20f3e25daa (patch)
treedecfea4870478a1f4542a7bf1778268664646ddb /python/problems/lists_and_if-fkkt/min_and_max/sl.py
parentcde24bbc3aec6ce17b8947fd80042419f2e54e6f (diff)
Add test cases and fix grammer
Diffstat (limited to 'python/problems/lists_and_if-fkkt/min_and_max/sl.py')
-rw-r--r--python/problems/lists_and_if-fkkt/min_and_max/sl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/problems/lists_and_if-fkkt/min_and_max/sl.py b/python/problems/lists_and_if-fkkt/min_and_max/sl.py
index 581dd5e..401f90c 100644
--- a/python/problems/lists_and_if-fkkt/min_and_max/sl.py
+++ b/python/problems/lists_and_if-fkkt/min_and_max/sl.py
@@ -7,7 +7,7 @@ slug = 'Največje in najmanjše število'
description = '''\
-<p>Izpišite največjo in najmanjšo izmed treh števil, ki jih vnese uporabnik. Ne uporabite funkcij <code>min()</code> in <code>max()</code>.<br>
+<p>Izpišite največje in najmanjše izmed treh števil, ki jih vnese uporabnik. Ne uporabite funkcij <code>min()</code> in <code>max()</code>.<br>
Primer uporabe:</p>
<pre><code><span style="color: rgb(12, 23, 255);">Vpišite 1. število:</span> <span style="color: rgb(239, 69, 64);">5</span>