Skip to content

Commit

Permalink
Flake8 stuff
Browse files Browse the repository at this point in the history
I need flake8 integrated in my IDE :/
  • Loading branch information
almarklein committed Feb 10, 2014
1 parent b07fd4b commit 585e4d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vispy/app/canvas.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class Canvas(object):
The keyword arguments to use when creaing the native widget.
"""

def __init__(self, title='Vispy canvas', size=(800,600), position=None,
def __init__(self, title='Vispy canvas', size=(800, 600), position=None,
show=False, autoswap=True, app=None, create_native=True,
native_args=None, native_kwargs=None):
self.events = EmitterGroup(source=self,
Expand Down

0 comments on commit 585e4d7

Please sign in to comment.