summaryrefslogtreecommitdiff
path: root/doc/release
diff options
context:
space:
mode:
authorkikocorreoso <kikocorreoso@users.noreply.github.com>2019-04-03 21:40:30 +0200
committerGitHub <noreply@github.com>2019-04-03 21:40:30 +0200
commitf486ca24f20ca5d4de43191ef2d647c87c37ac1a (patch)
treea105c2c59cdcb246dad369ac713e09d1909bc05b /doc/release
parenta1c15050b6efd8d2c5b40ae46bcb497260b4e88e (diff)
downloadnumpy-f486ca24f20ca5d4de43191ef2d647c87c37ac1a.tar.gz
fix (``code``s) sphinx parse warning
Diffstat (limited to 'doc/release')
-rw-r--r--doc/release/1.17.0-notes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/release/1.17.0-notes.rst b/doc/release/1.17.0-notes.rst
index 4e366648a..1155449a7 100644
--- a/doc/release/1.17.0-notes.rst
+++ b/doc/release/1.17.0-notes.rst
@@ -200,7 +200,7 @@ approach.
New keywords added to ``np.nan_to_num``
---------------------------------------
``np.nan_to_num`` now accepts keywords ``nan``, ``posinf`` and ``neginf`` allowing the
-user to define the value to replace the ``nan``s, positive and negative ``np.inf``s
+user to define the value to replace the ``nan``, positive and negative ``np.inf`` values
respectively.