8000 DOC: fix typo by endolith · Pull Request #6144 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

DOC: fix typo #6144

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 2, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
DOC: fix typo
allclose instead of allcose
  • Loading branch information
endolith committed Aug 2, 2015
commit 1ac821f6b20aef494ab05cd6da6ea92715f14a00
2 changes: 1 addition & 1 deletion doc/release/1.10.0-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ what was provided by *np.allclose*.

*np.allclose* uses *np.isclose* internally.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*np.allcose* now uses *np.isclose* internally and inherits the ability to
*np.allclose* now uses *np.isclose* internally and inherits the ability to
compare NaNs as equal by setting ``equal_nan=True``. Subclasses, such as
*np.ma.MaskedArray*, are also preserved now.

Expand Down
0