summaryrefslogtreecommitdiff
path: root/doc/release/1.16.0-notes.rst
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2018-06-20 16:33:58 -0700
committermattip <matti.picus@gmail.com>2018-06-21 09:36:05 -0700
commit9013b0f60d9bc93f3c433df66757ac7589ec450b (patch)
tree1919324138179500844728b011d43ea796929472 /doc/release/1.16.0-notes.rst
parent95dada6c5a4654da6c7f3edbe409bda31ffc755b (diff)
downloadnumpy-9013b0f60d9bc93f3c433df66757ac7589ec450b.tar.gz
fixes from review
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
=======