summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
Diffstat (limited to 'Lib')
-rw-r--r--Lib/test/test_time.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_time.py b/Lib/test/test_time.py
index 884b142..02cc3f4 100644
--- a/Lib/test/test_time.py
+++ b/Lib/test/test_time.py
@@ -848,7 +848,7 @@ class CPyTimeTestCase:
# test rounding
ns_timestamps = self._rounding_values(use_float)
valid_values = convert_values(ns_timestamps)
- for time_rnd, decimal_rnd in ROUNDING_MODES :
+ for time_rnd, decimal_rnd in ROUNDING_MODES:
with decimal.localcontext() as context:
context.rounding = decimal_rnd