diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2018-01-05 11:37:16 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-05 11:37:16 -0700 |
commit | 2bacec9ecb0fc665117a22027b73812509a99f56 (patch) | |
tree | 9ed1f2dd375136c1c41cc5d218c5794f8d9963f6 /numpy/core/arrayprint.py | |
parent | ba9991e0900f38568c5e3d326e2ce88c6b73e907 (diff) | |
parent | 61dc72a1dcc0136c45375beacab23728f8339538 (diff) | |
download | numpy-2bacec9ecb0fc665117a22027b73812509a99f56.tar.gz |
Merge pull request #10327 from luzpaz/more-misc-typos
MAINT: Fix misc. typos
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( |