From 5b43696575e4efc7f8b3b9ed6ed5b5f53f0f68fc 2013-07-23 06:28:31 From: Jonathan Frederic Date: 2013-07-23 06:28:31 Subject: [PATCH] Removed bad comment --- diff --git a/IPython/nbconvert/writers/stdout.py b/IPython/nbconvert/writers/stdout.py index 6c9f042..4dd2bb4 100644 --- a/IPython/nbconvert/writers/stdout.py +++ b/IPython/nbconvert/writers/stdout.py @@ -22,9 +22,7 @@ from .base import WriterBase class StdoutWriter(WriterBase): """Consumes output from nbconvert export...() methods and writes to the - stdout stream. Allows for quick debuging of nbconvert output. Using the - debug flag makes the writer pretty-print the figures contained within the - notebook.""" + stdout stream.""" def write(self, output, resources, **kw):