##// END OF EJS Templates
Removed bad comment
Jonathan Frederic -
Show More
@@ -22,9 +22,7 b' from .base import WriterBase'
22 22
23 23 class StdoutWriter(WriterBase):
24 24 """Consumes output from nbconvert export...() methods and writes to the
25 stdout stream. Allows for quick debuging of nbconvert output. Using the
26 debug flag makes the writer pretty-print the figures contained within the
27 notebook."""
25 stdout stream."""
28 26
29 27
30 28 def write(self, output, resources, **kw):
General Comments 0
You need to be logged in to leave comments. Login now