diff --git a/IPython/core/formatters.py b/IPython/core/formatters.py index 34ade65..55d2ebd 100644 --- a/IPython/core/formatters.py +++ b/IPython/core/formatters.py @@ -1,7 +1,9 @@ # -*- coding: utf-8 -*- """Displayhook formatters. -The DefaultFormatter is always present and may be configured from the ipython_config.py file. For example, to add a pretty-printer for a numpy.dtype object:: +The DefaultFormatter is always present and may be configured from the +ipython_config.py file. For example, to add a pretty-printer for a numpy.dtype +object:: def dtype_pprinter(obj, p, cycle): if cycle: