From 53f33a3e3223ed78fe7f5a4220e321124f0bb680 2010-10-29 20:48:06 From: Robert Kern Date: 2010-10-29 20:48:06 Subject: [PATCH] BUG: formatting. --- 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: