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