diff options
author | Martin <martin@leo.fri1.uni-lj.si> | 2015-09-29 11:08:27 +0200 |
---|---|---|
committer | Martin <martin@leo.fri1.uni-lj.si> | 2015-09-29 11:08:27 +0200 |
commit | a1822f825d3ddfc7c8ece0b029604d3def8d6ecb (patch) | |
tree | f51bda379d8a3c2a1b134e61b300d68fe52f52b0 /python/problems/introduction/ballistics | |
parent | 1db5b636325141db84e03f0a72a6e8cc7bcb2ee2 (diff) |
Added english descriptions.
Diffstat (limited to 'python/problems/introduction/ballistics')
-rw-r--r-- | python/problems/introduction/ballistics/en.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/problems/introduction/ballistics/en.py b/python/problems/introduction/ballistics/en.py index 72e83aa..34dca8a 100644 --- a/python/problems/introduction/ballistics/en.py +++ b/python/problems/introduction/ballistics/en.py @@ -1,8 +1,8 @@ # coding=utf-8 id = 1000 -name = 'Pythagorean theorem' -slug = 'Pythagorean theorem' +name = 'Ballistics' +slug = 'Ballistics' description = '''\ <p>(translation missing)''' |