Skip to content

Commit bfd9702

Browse files
committed
Minor changes [skip ci]
1 parent a408329 commit bfd9702

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

psyplot/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def __deepcopy__(self, memo):
5151
copy.deepcopy(self.items()))
5252

5353
def __repr__(self):
54-
return 'OrderedDefaultDict(%s, %s)' % (self.default_factory,
54+
return 'DefaultOrderedDict(%s, %s)' % (self.default_factory,
5555
OrderedDict.__repr__(self))
5656

5757

0 commit comments

Comments
 (0)