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/lib/arraypad.py | |
parent | 9a902b775c12be99708a0a33a244ace3521855de (diff) | |
download | numpy-7cb22f954ed50217f7eb483f4fbdb67953f6482d.tar.gz |
More misc. typos
Found via `codespell`
Diffstat (limited to 'numpy/lib/arraypad.py')
-rw-r--r-- | numpy/lib/arraypad.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/lib/arraypad.py b/numpy/lib/arraypad.py index 153b4af65..cdc354a02 100644 --- a/numpy/lib/arraypad.py +++ b/numpy/lib/arraypad.py @@ -1186,7 +1186,7 @@ def pad(array, pad_width, mode, **kwargs): reflect_type : {'even', 'odd'}, optional Used in 'reflect', and 'symmetric'. The 'even' style is the default with an unaltered reflection around the edge value. For - the 'odd' style, the extented part of the array is created by + the 'odd' style, the extended part of the array is created by subtracting the reflected values from two times the edge value. Returns |