diff options
author | Guanqun Lu <guanqun.lu@gmail.com> | 2019-08-04 18:00:57 +0800 |
---|---|---|
committer | Guanqun Lu <guanqun.lu@gmail.com> | 2019-08-04 18:05:37 +0800 |
commit | b92fe6f93c39b16f46fc04b5722cc3c0ec874422 (patch) | |
tree | 83c73e5f538eb01a89ba6a143562655de4b2971b /numpy | |
parent | 71c8a1030d5a32342edc2e2311cb71dc38a7374e (diff) | |
download | numpy-b92fe6f93c39b16f46fc04b5722cc3c0ec874422.tar.gz |
MAINT: Fix the typo
Diffstat (limited to 'numpy')
-rw-r--r-- | numpy/core/_dtype.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/_dtype.py b/numpy/core/_dtype.py index 3a12c8fad..092b848dc 100644 --- a/numpy/core/_dtype.py +++ b/numpy/core/_dtype.py @@ -252,7 +252,7 @@ def _is_packed(dtype): from a list of the field names and dtypes with no additional dtype parameters. - Duplicates the C `is_dtype_struct_simple_unaligned_layout` functio. + Duplicates the C `is_dtype_struct_simple_unaligned_layout` function. """ total_offset = 0 for name in dtype.names: |