diff options
Diffstat (limited to 'python/problems/while_and_if/top_shop')
-rw-r--r-- | python/problems/while_and_if/top_shop/en.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/problems/while_and_if/top_shop/en.py b/python/problems/while_and_if/top_shop/en.py index 9dc9090..a69ae9a 100644 --- a/python/problems/while_and_if/top_shop/en.py +++ b/python/problems/while_and_if/top_shop/en.py @@ -1,8 +1,8 @@ # coding=utf-8 id = 198 -name = '(translation missing)' -slug = '(translation missing)' +name = 'Top shop' +slug = 'Top shop' description = '''\ <p>(translation missing)</p>''' |