summaryrefslogtreecommitdiffstats
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 660701b..904e8a9 100644
--- a/Lib/test/test_future.py
+++ b/Lib/test/test_future.py
@@ -230,7 +230,7 @@ class AnnotationsFutureTestCase(unittest.TestCase):
eq("lukasz.langa.pl")
eq("call.me(maybe)")
eq("1 .real")
- eq("1.0 .real")
+ eq("1.0.real")
eq("....__class__")
eq("list[str]")
eq("dict[str, int]")