summaryrefslogtreecommitdiff
path: root/doc/release/1.16.0-notes.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/release/1.16.0-notes.rst')
-rw-r--r--doc/release/1.16.0-notes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/release/1.16.0-notes.rst b/doc/release/1.16.0-notes.rst
index 31658a8a4..9f716f739 100644
--- a/doc/release/1.16.0-notes.rst
+++ b/doc/release/1.16.0-notes.rst
@@ -39,7 +39,7 @@ Improvements
Even when no elements needed to be drawn, ``np.random.randint`` and
``np.random.choice`` raised an error when the arguments described an empty
distribution. This has been fixed so that e.g.
-``np.random.choice([],0) == np.array([],dtype=float64)``.
+``np.random.choice([], 0) == np.array([], dtype=float64)``.
Changes
=======