Skip to content

Commit

Permalink
Merge pull request #493 from LightTao/master
Browse files Browse the repository at this point in the history
fix issue #492
  • Loading branch information
Daniel Neuhäuser committed Mar 21, 2014
2 parents 0e8ba22 + 21673d6 commit cf37afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion werkzeug/datastructures.py
Expand Up @@ -131,7 +131,7 @@ class ImmutableList(ImmutableListMixin, list):
def __repr__(self):
return '%s(%s)' % (
self.__class__.__name__,
dict.__repr__(self),
list.__repr__(self),
)


Expand Down

0 comments on commit cf37afa

Please sign in to comment.