diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2015-08-02 17:47:14 -0400 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2015-08-02 17:47:14 -0400 |
commit | dfdfdc5b1e91f67a63c2dc1ff84211b4cce6d97f (patch) | |
tree | 5af2f462599e9d8c2814ce6cc344bffda96e57ba | |
parent | 3ee2cb320f24250c80d97761b4e4e62bc407e719 (diff) | |
parent | 1ac821f6b20aef494ab05cd6da6ea92715f14a00 (diff) | |
download | numpy-dfdfdc5b1e91f67a63c2dc1ff84211b4cce6d97f.tar.gz |
Merge pull request #6144 from endolith/patch-1
DOC: fix typo
-rw-r--r-- | doc/release/1.10.0-notes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/release/1.10.0-notes.rst b/doc/release/1.10.0-notes.rst index c6d88bda4..1d98195a8 100644 --- a/doc/release/1.10.0-notes.rst +++ b/doc/release/1.10.0-notes.rst @@ -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. |