summaryrefslogtreecommitdiff
path: root/doc/release
diff options
context:
space:
mode:
authorAllan Haldane <ealloc@gmail.com>2017-12-08 14:11:36 -0500
committerGitHub <noreply@github.com>2017-12-08 14:11:36 -0500
commit91005efd002967cae22873de72cd8a88ba5028cc (patch)
tree2231b01e5fcc2fca6d98b7ff2fcfcd60355e8481 /doc/release
parentb6feaaa0e3882eb2068036140b316bd8aeee3c14 (diff)
downloadpython-numpy-91005efd002967cae22873de72cd8a88ba5028cc.tar.gz
python-numpy-91005efd002967cae22873de72cd8a88ba5028cc.tar.bz2
python-numpy-91005efd002967cae22873de72cd8a88ba5028cc.zip
DOC: fixup `...` description in 1.14 notes
Diffstat (limited to 'doc/release')
-rw-r--r--doc/release/1.14.0-notes.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/release/1.14.0-notes.rst b/doc/release/1.14.0-notes.rst
index 737e88b1a..77a3f1dda 100644
--- a/doc/release/1.14.0-notes.rst
+++ b/doc/release/1.14.0-notes.rst
@@ -290,9 +290,9 @@ In summary, the major changes are:
* A trailing comma is no longer inserted for ``str``.
Previously, ``str(np.arange(1001))`` gave
``'[ 0 1 2 ..., 998 999 1000]'``, which has an extra comma.
- * For arrays of 2-d and beyond, the ``...`` printed on its own line to
- summarize all but the last axis now has trailing newlines added to match
- the leading newlines, and the trailing space character removed.
+ * For arrays of 2-d and beyond, when ... is printed on its own line in order
+ to summarize any but the last axis, newlines are now appended to that line
+ to match its leading newlines, and a trailing space character is removed.
* ``MaskedArray`` arrays now separate printed elements with commas, always
print the dtype, and correctly wrap the elements of long arrays to multiple