8000 Merge pull request #6144 from endolith/patch-1 · numpy/numpy@dfdfdc5 · GitHub
[go: up one dir, main page]

Skip to content

Commit dfdfdc5

Browse files
committed
Merge pull request #6144 from endolith/patch-1
DOC: fix typo
2 parents 3ee2cb3 + 1ac821f commit dfdfdc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/release/1.10.0-notes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ what was provided by *np.allclose*.
300300

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

0 commit comments

Comments
 (0)
0