We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 393e7ca commit 268a855Copy full SHA for 268a855
1 file changed
src/utils.rs
@@ -93,7 +93,7 @@ where
93
if let Err(py_exc) = Python::with_gil(|py| py.check_signals()) {
94
return Err(py_exc);
95
}
96
- // Loop again, reintroducing another 100 ms timeout slice
+ // Loop again, reintroducing another timeout slice
97
98
99
0 commit comments