Show More
@@ -918,7 +918,7 b' def _counter_pprint(obj, p, cycle):' | |||
|
918 | 918 | if cycle: |
|
919 | 919 | p.pretty(cls_ctor(RawText("..."))) |
|
920 | 920 | elif len(obj): |
|
921 |
p.pretty(cls_ctor(dict( |
|
|
921 | p.pretty(cls_ctor(dict(obj.most_common()))) | |
|
922 | 922 | else: |
|
923 | 923 | p.pretty(cls_ctor()) |
|
924 | 924 |
General Comments 0
You need to be logged in to leave comments.
Login now