summaryrefslogtreecommitdiff
path: root/Lib/test/crashers/nasty_eq_vs_dict.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/crashers/nasty_eq_vs_dict.py')
-rw-r--r--Lib/test/crashers/nasty_eq_vs_dict.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/crashers/nasty_eq_vs_dict.py b/Lib/test/crashers/nasty_eq_vs_dict.py
index 3f3083da89..85f7cafa23 100644
--- a/Lib/test/crashers/nasty_eq_vs_dict.py
+++ b/Lib/test/crashers/nasty_eq_vs_dict.py
@@ -44,4 +44,4 @@ dict = {y: "OK!"}
z = Yuck()
y.make_dangerous()
-print dict[z]
+print(dict[z])