We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d0d3ef commit 566d6cbCopy full SHA for 566d6cb
curtsies/window.py
@@ -533,7 +533,7 @@ def demo():
533
with FullscreenWindow(sys.stdout) as w:
534
with input.Input(sys.stdin) as input_generator:
535
rows, columns = w.t.height, w.t.width
536
- for c in input_generator
+ for c in input_generator:
537
assert isinstance(c, Text)
538
if c == "":
539
sys.exit() # same as raise SystemExit()
0 commit comments