Skip to content

Commit

Permalink
LukeIS: missed one yOffset -> yoffset
Browse files Browse the repository at this point in the history
r16366
  • Loading branch information
lukeis committed Mar 22, 2012
1 parent b3902f8 commit 4a13c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wire.py
Original file line number Diff line number Diff line change
Expand Up @@ -1293,7 +1293,7 @@ def main():
'flick starts.').
AddJsonParameter('xoffset', '{number}', 'The x offset in pixels to flick '
'by.').
AddJsonParameter('yOffset', '{number}', 'The y offset in pixels to flick '
AddJsonParameter('yoffset', '{number}', 'The y offset in pixels to flick '
'by.').
AddJsonParameter('speed', '{number}', 'The speed in pixels per seconds.'))
resources.append(
Expand Down

0 comments on commit 4a13c7f

Please sign in to comment.