mirror of
https://github.com/python/cpython.git
synced 2025-08-25 03:04:55 +00:00
Fix typos in comments and docstring (#122720)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
parent
98dba73010
commit
b6c80e21c7
9 changed files with 11 additions and 11 deletions
|
@ -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())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue