summaryrefslogtreecommitdiff
path: root/python/problems
diff options
context:
space:
mode:
Diffstat (limited to 'python/problems')
-rw-r--r--python/problems/introduction/pythagorean_theorem/sl.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/problems/introduction/pythagorean_theorem/sl.py b/python/problems/introduction/pythagorean_theorem/sl.py
index a29d73c..b3424cb 100644
--- a/python/problems/introduction/pythagorean_theorem/sl.py
+++ b/python/problems/introduction/pythagorean_theorem/sl.py
@@ -55,7 +55,7 @@ jih ločimo z vejico. Recimo, da imamo spremenljivko <code>ime</code>,
ki vsebuje naše ime, potem lahko napišemo:</p>
<pre>
print("Ime mi je", ime, ".")
-</pre>'''],
+</pre>''']
plan = ['''\
<p>Program razdelimo na tri dele kot pri Fahrenheitih:</p>
@@ -91,4 +91,4 @@ v = float(input(" ...
</pre>
''']
-} \ No newline at end of file
+}