diff options
author | luz.paz <luzpaz@users.noreply.github.com> | 2018-02-12 18:50:27 -0500 |
---|---|---|
committer | luz.paz <luzpaz@users.noreply.github.com> | 2018-02-12 18:50:27 -0500 |
commit | 4740f15df91a779ccf2e923367a792ddcee5816e (patch) | |
tree | 23e85169fc2ff519d190cbee3aaa52617fe007a9 /doc/changelog | |
parent | 9db6f384962e8ed75540f22f2e039ed6af1a4cbe (diff) | |
download | numpy-4740f15df91a779ccf2e923367a792ddcee5816e.tar.gz |
Misc. typos
Found via `codespell -q 3 -I ../numpy-whitelist.txt`
Diffstat (limited to 'doc/changelog')
-rw-r--r-- | doc/changelog/1.12.0-changelog.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/changelog/1.12.0-changelog.rst b/doc/changelog/1.12.0-changelog.rst index 7618820dc..75d9964e3 100644 --- a/doc/changelog/1.12.0-changelog.rst +++ b/doc/changelog/1.12.0-changelog.rst @@ -292,7 +292,7 @@ A total of 418 pull requests were merged for this release. * `#7407 <https://github.com/numpy/numpy/pull/7407>`__: BUG: Fix decref before incref for in-place accumulate * `#7410 <https://github.com/numpy/numpy/pull/7410>`__: DOC: add nanprod to the list of math routines * `#7414 <https://github.com/numpy/numpy/pull/7414>`__: Tweak corrcoef -* `#7415 <https://github.com/numpy/numpy/pull/7415>`__: DOC: Documention fixes +* `#7415 <https://github.com/numpy/numpy/pull/7415>`__: DOC: Documentation fixes * `#7416 <https://github.com/numpy/numpy/pull/7416>`__: BUG: Incorrect handling of range in `histogram` with automatic... * `#7418 <https://github.com/numpy/numpy/pull/7418>`__: DOC: Minor typo fix, hermefik -> hermefit. * `#7421 <https://github.com/numpy/numpy/pull/7421>`__: ENH: adds np.nancumsum and np.nancumprod |