diff --git a/Lib/timeit.py b/Lib/timeit.py index d8112944bd3..0b5061f4807 100644 --- a/Lib/timeit.py +++ b/Lib/timeit.py @@ -365,8 +365,7 @@ def format_time(dt): warnings.warn_explicit("The test results are likely unreliable. " "The worst time (%s) was more than four times " "slower than the best time (%s)." - % (precision, - format_time(worst), format_time(best)), + % (format_time(worst), format_time(best)), UserWarning, '', 0) return None