diff options
author | luzpaz <luzpaz@users.noreply.github.com> | 2019-05-31 03:13:33 -0400 |
---|---|---|
committer | Matti Picus <matti.picus@gmail.com> | 2019-05-31 10:13:33 +0300 |
commit | 0c70787c04d7b0febacb14edfe214cb68d87b6c3 (patch) | |
tree | a518387f3e9134d753ac4d09009ab4764a8dd4b2 /numpy/random/tests | |
parent | 43465f725bc47a36f08c5e69a61c2702a97491b8 (diff) | |
download | numpy-0c70787c04d7b0febacb14edfe214cb68d87b6c3.tar.gz |
MAINT: Misc. typo fixes (#13664)
* DOC, MAINT: Misc. typo fixes
Found via `codespell`
Diffstat (limited to 'numpy/random/tests')
-rw-r--r-- | numpy/random/tests/test_randomstate.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/random/tests/test_randomstate.py b/numpy/random/tests/test_randomstate.py index 5e2b93f52..d8a07e8b2 100644 --- a/numpy/random/tests/test_randomstate.py +++ b/numpy/random/tests/test_randomstate.py @@ -1903,7 +1903,7 @@ class TestSingleEltArrayInput(object): assert_equal(out.shape, self.tgtShape) -# Ensure returned array dtype is corect for platform +# Ensure returned array dtype is correct for platform def test_integer_dtype(int_func): random.seed(123456789) fname, args, md5 = int_func |