diff options
author | Martin <martin@leo.fri1.uni-lj.si> | 2015-10-06 17:58:54 +0200 |
---|---|---|
committer | Martin <martin@leo.fri1.uni-lj.si> | 2015-10-06 17:58:54 +0200 |
commit | 5a1b4202dfa99bb88fab6b1f23594bd2def811c6 (patch) | |
tree | dc1ed85c4ab92079acc001f477e57766ed3b7758 /python/problems/introduction/pythagorean_theorem | |
parent | a7ac5a3ce2c2ad4549fec5600acab90a4c823bda (diff) |
Changes some text descriptions and added a final hint to Fahrenheit.
Diffstat (limited to 'python/problems/introduction/pythagorean_theorem')
-rw-r--r-- | python/problems/introduction/pythagorean_theorem/en.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/python/problems/introduction/pythagorean_theorem/en.py b/python/problems/introduction/pythagorean_theorem/en.py index 72e83aa..b3c6117 100644 --- a/python/problems/introduction/pythagorean_theorem/en.py +++ b/python/problems/introduction/pythagorean_theorem/en.py @@ -8,8 +8,6 @@ description = '''\ <p>(translation missing)''' hint = { - 'plan': '''\ -<p>(translation missing)</p>''', 'no_input_call': '''\ <p>(translation missing)</p>''', |