From 58e488eb49ac465ef9bc23d39c9fcf9b9b72f925 2014-01-25 15:17:00 From: y-p <yoval@gmx.com> Date: 2014-01-25 15:17:00 Subject: [PATCH] PEP8 fix --- diff --git a/IPython/sphinxext/ipython_directive.py b/IPython/sphinxext/ipython_directive.py index a17def1..1ea6ea8 100644 --- a/IPython/sphinxext/ipython_directive.py +++ b/IPython/sphinxext/ipython_directive.py @@ -246,7 +246,7 @@ def block_parser(part, rgxin, rgxout, fmtin, fmtout): class EmbeddedSphinxShell(object): """An embedded IPython instance to run inside Sphinx""" - def __init__(self, exec_lines=None,state=None): + def __init__(self, exec_lines=None, state=None): self.cout = StringIO()