Skip to content

Commit

Permalink
Fixes a pep8 typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanphix committed Dec 23, 2013
1 parent 2db22ee commit 3ad25de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ghost/ghost.py
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ def descend_frame(self, child_name):
return
# frame not found so we throw an exception
raise LookupError("Child frame '%s' not found." % child_name)

def capture(self, region=None, selector=None,
format=QImage.Format_ARGB32_Premultiplied):
"""Returns snapshot as QImage.
Expand Down

0 comments on commit 3ad25de

Please sign in to comment.