Skip to content

Commit

Permalink
remove erroneous trailing comma in lib.pretty
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Nov 30, 2011
1 parent bf33fa8 commit 13c8185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IPython/lib/pretty.py
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ def _exception_pprint(obj, p, cycle):

try:
_type_pprinters[types.DictProxyType] = _dict_pprinter_factory('<dictproxy {', '}>')
_type_pprinters[types.ClassType] = _type_pprint,
_type_pprinters[types.ClassType] = _type_pprint
except AttributeError: # Python 3
pass

Expand Down

0 comments on commit 13c8185

Please sign in to comment.