Fixed string formatting. Part 2.

This commit is contained in:
Jannis Leidel 2013-07-27 16:07:43 +02:00
parent 90292e3cec
commit 61bb7b0e44

View file

@ -198,7 +198,7 @@ class SetValue(ListValue):
class DictValue(Value):
message = 'Cannot interpret dict value {!s}'
message = 'Cannot interpret dict value {0!r}'
def __init__(self, *args, **kwargs):
super(DictValue, self).__init__(*args, **kwargs)