summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_array.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_array.py')
-rwxr-xr-xLib/test/test_array.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_array.py b/Lib/test/test_array.py
index 95383be..47cbe60 100755
--- a/Lib/test/test_array.py
+++ b/Lib/test/test_array.py
@@ -1493,7 +1493,7 @@ class FPTest(NumberTest):
self.assertEqual(a, b)
else:
# On alphas treating the byte swapped bit patters as
- # floats/doubles results in floating point exceptions
+ # floats/doubles results in floating-point exceptions
# => compare the 8bit string values instead
self.assertNotEqual(a.tobytes(), b.tobytes())
b.byteswap()