diff options
author | luz.paz <luzpaz@users.noreply.github.com> | 2018-01-04 20:48:10 -0500 |
---|---|---|
committer | luz.paz <luzpaz@users.noreply.github.com> | 2018-01-04 20:48:10 -0500 |
commit | 7cb22f954ed50217f7eb483f4fbdb67953f6482d (patch) | |
tree | 17a28979c0abae1b41b5760df4621bc964c8f948 /numpy/core/arrayprint.py | |
parent | 9a902b775c12be99708a0a33a244ace3521855de (diff) | |
download | numpy-7cb22f954ed50217f7eb483f4fbdb67953f6482d.tar.gz |
More misc. typos
Found via `codespell`
Diffstat (limited to 'numpy/core/arrayprint.py')
-rw-r--r-- | numpy/core/arrayprint.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/arrayprint.py b/numpy/core/arrayprint.py index 238e1782f..18ba23624 100644 --- a/numpy/core/arrayprint.py +++ b/numpy/core/arrayprint.py @@ -707,7 +707,7 @@ def _formatArray(a, format_function, line_width, next_line_prefix, line += separator if legacy == '1.13': - # width of the seperator is not considered on 1.13 + # width of the separator is not considered on 1.13 elem_width = curr_width word = recurser(index + (-1,), next_hanging_indent, next_width) s, line = _extendLine( |