diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2019-07-24 14:43:03 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-24 14:43:03 -0600 |
commit | e0860032f45a914501c2bcd339622c394958a687 (patch) | |
tree | 7464851cc71e2fd974fc4369c85c9d4ccbfe55e7 /numpy | |
parent | e2a352fd075deb4de4f4f24506f3469ad1502ae4 (diff) | |
download | numpy-e0860032f45a914501c2bcd339622c394958a687.tar.gz |
MAINT: Correct spelling.
archictures -> architectures
Diffstat (limited to 'numpy')
-rw-r--r-- | numpy/core/tests/test_umath_accuracy.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/tests/test_umath_accuracy.py b/numpy/core/tests/test_umath_accuracy.py index 5d2373430..6ea0c402c 100644 --- a/numpy/core/tests/test_umath_accuracy.py +++ b/numpy/core/tests/test_umath_accuracy.py @@ -11,7 +11,7 @@ platform_skip = pytest.mark.skipif(not runtest, reason=""" stick to x86_64 and linux platforms. test seems to fail on some of ARM and power - archictures. + architectures. """) # convert string to hex function taken from: |