aboutsummaryrefslogtreecommitdiffstatshomepage
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 47cbe60bfca..f621f343eb0 100755
--- a/Lib/test/test_array.py
+++ b/Lib/test/test_array.py
@@ -1492,7 +1492,7 @@ class FPTest(NumberTest):
if a.itemsize==1:
self.assertEqual(a, b)
else:
- # On alphas treating the byte swapped bit patters as
+ # On alphas treating the byte swapped bit patterns as
# floats/doubles results in floating-point exceptions
# => compare the 8bit string values instead
self.assertNotEqual(a.tobytes(), b.tobytes())