summaryrefslogtreecommitdiff
path: root/Lib/test/test_future.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_future.py')
-rw-r--r--Lib/test/test_future.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_future.py b/Lib/test/test_future.py
index 4ef11232a3..5a3944e69e 100644
--- a/Lib/test/test_future.py
+++ b/Lib/test/test_future.py
@@ -329,7 +329,7 @@ class AnnotationsFutureTestCase(unittest.TestCase):
def test_fstring_debug_annotations(self):
# f-strings with '=' don't round trip very well, so set the expected
- # result explicitely.
+ # result explicitly.
self.assertAnnotationEqual("f'{x=!r}'", expected="f'x={x!r}'")
self.assertAnnotationEqual("f'{x=:}'", expected="f'x={x:}'")
self.assertAnnotationEqual("f'{x=:.2f}'", expected="f'x={x:.2f}'")