summaryrefslogtreecommitdiffstatshomepage
path: root/tests/pyb/timer.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pyb/timer.py')
-rw-r--r--tests/pyb/timer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pyb/timer.py b/tests/pyb/timer.py
index 0e24ff4ad4..251a06c081 100644
--- a/tests/pyb/timer.py
+++ b/tests/pyb/timer.py
@@ -16,4 +16,4 @@ print(tim.period())
tim = Timer(2, freq=100)
print(tim.freq())
tim.freq(0.001)
-print('{:.3f}'.format(tim.freq()))
+print("{:.3f}".format(tim.freq()))