summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoss Barnowski <rossbar@berkeley.edu>2020-08-03 15:04:30 -0700
committerRoss Barnowski <rossbar@berkeley.edu>2020-08-03 15:22:42 -0700
commit8e914cf7f1c6433c8f7f76eccdb67375fece4126 (patch)
treec86e9e2e733b45c0a351829a18771efcb62f3213
parentc7bf0311839a56461b4c9de0a2feb145a03b3705 (diff)
downloadnumpy-8e914cf7f1c6433c8f7f76eccdb67375fece4126.tar.gz
Update rst links in changelog
-rw-r--r--doc/release/upcoming_changes/16841.change.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/release/upcoming_changes/16841.change.rst b/doc/release/upcoming_changes/16841.change.rst
index 26efd2528..9f112fd52 100644
--- a/doc/release/upcoming_changes/16841.change.rst
+++ b/doc/release/upcoming_changes/16841.change.rst
@@ -1,5 +1,5 @@
`np.linspace` on integers now use floor
---------------------------------------
-When using a `int` dtype in `np.linspace`, previously float values would
-be rounded towards zero. Now `np.floor` is used instead, which rounds toward
+When using a `int` dtype in `numpy.linspace`, previously float values would
+be rounded towards zero. Now `numpy.floor` is used instead, which rounds toward
``-inf``. This changes the results for negative values.