summaryrefslogtreecommitdiff
path: root/python/problems/introduction/pythagorean_theorem/sl.py
diff options
context:
space:
mode:
authorMartin <martin@leo.fri1.uni-lj.si>2015-09-24 12:39:32 +0200
committerMartin <martin@leo.fri1.uni-lj.si>2015-09-24 12:39:32 +0200
commit898789199e6af91dfa900650c22df6d26f7e635f (patch)
tree6ed40a66659d9e2815247e3ef2d0955b0dafee29 /python/problems/introduction/pythagorean_theorem/sl.py
parent21853cef10ad1ce4c90ca22c6184c7e5077740e2 (diff)
Finished the first version of introduction section.
Diffstat (limited to 'python/problems/introduction/pythagorean_theorem/sl.py')
-rw-r--r--python/problems/introduction/pythagorean_theorem/sl.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/python/problems/introduction/pythagorean_theorem/sl.py b/python/problems/introduction/pythagorean_theorem/sl.py
index 7f26e00..f396970 100644
--- a/python/problems/introduction/pythagorean_theorem/sl.py
+++ b/python/problems/introduction/pythagorean_theorem/sl.py
@@ -44,8 +44,7 @@ Da bi lahko dostopali do teh funkcij, moramo ta modul najprej uvoziti:</p>
from math import *
</pre>
<p>Poleg funkcije <code>sqrt</code> matematični modul vsebuje še vrsto
-uporabnih matematičnih funkcij, kot so: log, exp, trigonometrične funkcije, itd.
-Opis modula najdete v Pythonovi dokumentaciji.</p>
+uporabnih matematičnih funkcij, kot so: log, exp, trigonometrične funkcije, itd.</p>
''']
printing = ['''\