Skip to content

Commit f2b2225

Browse files
committed
fix spelling
1 parent 1aec53e commit f2b2225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shell.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ pub fn run_shell(vm: &VirtualMachine, scope: Scope) -> PyResult<()> {
175175
ShellExecResult::Ok => {
176176
if continuing_block {
177177
if empty_line_given {
178-
// We should exit continue mode since the block succesfully executed
178+
// We should exit continue mode since the block successfully executed
179179
continuing_block = false;
180180
full_input.clear();
181181
}

0 commit comments

Comments
 (0)