Skip to content

Commit 268a855

Browse files
committed
refactor comment for clarity in wait_for_future function
1 parent 393e7ca commit 268a855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ where
9393
if let Err(py_exc) = Python::with_gil(|py| py.check_signals()) {
9494
return Err(py_exc);
9595
}
96-
// Loop again, reintroducing another 100 ms timeout slice
96+
// Loop again, reintroducing another timeout slice
9797
}
9898
}
9999
}

0 commit comments

Comments
 (0)