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.
2 parents 03f4ddb + 27665ec commit 1848c42Copy full SHA for 1848c42
bpython/curtsiesfrontend/repl.py
@@ -582,7 +582,7 @@ def request_reload(self, files_modified: Sequence[str] = ()) -> None:
582
def schedule_refresh(self, when: float = 0) -> None:
583
"""Schedule a ScheduledRefreshRequestEvent for when.
584
585
- Such a event should interrupt if blockied waiting for keyboard input"""
+ Such a event should interrupt if blocked waiting for keyboard input"""
586
if self.reevaluating or self.paste_mode:
587
self.fake_refresh_requested = True
588
else:
0 commit comments