Skip to content

Commit 7e75e56

Browse files
Adjust spacing
Co-authored-by: Stan Ulbrych <stan@python.org>
1 parent ff4c493 commit 7e75e56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/timeit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ def format_time(dt):
377377
s = "" if number == 1 else "s"
378378
print(
379379
f"{number} loop{s}, best of {repeat}: "
380-
f"{theme.best}{format_time(best)} {reset}"
380+
f"{theme.best}{format_time(best)}{reset} "
381381
f"{theme.per_loop}per loop{reset}"
382382
)
383383

0 commit comments

Comments
 (0)