diff options
Diffstat (limited to 'python/problems/functions/greatest_negative')
-rw-r--r-- | python/problems/functions/greatest_negative/en.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/problems/functions/greatest_negative/en.py b/python/problems/functions/greatest_negative/en.py index 92e5841..a57cb1f 100644 --- a/python/problems/functions/greatest_negative/en.py +++ b/python/problems/functions/greatest_negative/en.py @@ -1,8 +1,8 @@ # coding=utf-8 id = 197 -name = '(translation missing)' -slug = '(translation missing)' +name = 'Greatest negativist' +slug = 'Greatest negativist' description = '''\ <p>(translation missing)</p>''' |