##// END OF EJS Templates
PEP8 fix
y-p -
Show More
@@ -246,7 +246,7 b' def block_parser(part, rgxin, rgxout, fmtin, fmtout):'
246 class EmbeddedSphinxShell(object):
246 class EmbeddedSphinxShell(object):
247 """An embedded IPython instance to run inside Sphinx"""
247 """An embedded IPython instance to run inside Sphinx"""
248
248
249 def __init__(self, exec_lines=None,state=None):
249 def __init__(self, exec_lines=None, state=None):
250
250
251 self.cout = StringIO()
251 self.cout = StringIO()
252
252
General Comments 0
You need to be logged in to leave comments. Login now