diff options
Diffstat (limited to 'python/problems/functions/greatest_absolutist')
-rw-r--r-- | python/problems/functions/greatest_absolutist/en.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/problems/functions/greatest_absolutist/en.py b/python/problems/functions/greatest_absolutist/en.py index 8058c4f..03614e7 100644 --- a/python/problems/functions/greatest_absolutist/en.py +++ b/python/problems/functions/greatest_absolutist/en.py @@ -1,8 +1,8 @@ # coding=utf-8 id = 196 -name = '(translation missing)' -slug = '(translation missing)' +name = 'Greatest absolutist' +slug = 'Greatest absolutist' description = '''\ <p>(translation missing)</p>''' |