summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@araneo.org>2015-10-06 11:51:12 +0200
committerTimotej Lazar <timotej.lazar@araneo.org>2015-10-06 11:51:12 +0200
commita7ac5a3ce2c2ad4549fec5600acab90a4c823bda (patch)
tree3af2336ab1efeebd27ff7343169492bb6d61e898 /python
parent8b11dd461c6d13afa852619b213b310e5b74181b (diff)
Remove a stray comma (oko sokolovo)
Diffstat (limited to 'python')
-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
+}