summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_long.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_long.py')
-rw-r--r--Lib/test/test_long.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_long.py b/Lib/test/test_long.py
index e15bf8b..e5c4d7f 100644
--- a/Lib/test/test_long.py
+++ b/Lib/test/test_long.py
@@ -1260,7 +1260,7 @@ class LongTest(unittest.TestCase):
expected)
except Exception as err:
raise AssertionError(
- "failed to convert {} with default arugments"
+ "failed to convert {} with default arguments"
.format(test)) from err
try: