Kaydet (Commit) 38f74419 authored tarafından Andrew M. Kuchling's avatar Andrew M. Kuchling

Remove extra argument to method call

üst 676aa889
......@@ -88,7 +88,7 @@ class Textbox:
self.win.delch()
elif ch == ascii.ENQ: # ^e
if self.stripspaces:
self.win.move(y, self.firstblank(y, maxx))
self.win.move(y, self.firstblank(y))
else:
self.win.move(y, self.maxx)
elif ch in (ascii.ACK, curses.KEY_RIGHT): # ^f
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment