Skip to content

Commit 27665ec

Browse files
committed
docs: fix simple typo, blockied -> blocked
There is a small typo in bpython/curtsiesfrontend/repl.py. Should read `blocked` rather than `blockied`. Signed-off-by: Tim Gates <tim.gates@iress.com>
1 parent 03f4ddb commit 27665ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bpython/curtsiesfrontend/repl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ def request_reload(self, files_modified: Sequence[str] = ()) -> None:
582582
def schedule_refresh(self, when: float = 0) -> None:
583583
"""Schedule a ScheduledRefreshRequestEvent for when.
584584
585-
Such a event should interrupt if blockied waiting for keyboard input"""
585+
Such a event should interrupt if blocked waiting for keyboard input"""
586586
if self.reevaluating or self.paste_mode:
587587
self.fake_refresh_requested = True
588588
else:

0 commit comments

Comments
 (0)