diff --git a/vm/src/stdlib/math.rs b/vm/src/stdlib/math.rs index 46bf7ca18..e934b53b6 100644 --- a/vm/src/stdlib/math.rs +++ b/vm/src/stdlib/math.rs @@ -453,11 +453,11 @@ fn math_fsum(iter: PyIterable, vm: &VirtualMachine) -> PyResult