summaryrefslogtreecommitdiff
path: root/doc/release
diff options
context:
space:
mode:
authorAllan Haldane <ealloc@gmail.com>2017-12-08 14:17:46 -0500
committerGitHub <noreply@github.com>2017-12-08 14:17:46 -0500
commit4b49e994e9e2ad53f7f2c98af22605350ceb87b4 (patch)
treeb4997b30e66aefed07e56dd2ff8baeb563b2545a /doc/release
parent91005efd002967cae22873de72cd8a88ba5028cc (diff)
downloadpython-numpy-4b49e994e9e2ad53f7f2c98af22605350ceb87b4.tar.gz
python-numpy-4b49e994e9e2ad53f7f2c98af22605350ceb87b4.tar.bz2
python-numpy-4b49e994e9e2ad53f7f2c98af22605350ceb87b4.zip
DOC: another small tweak to 1.14 docs
Diffstat (limited to 'doc/release')
-rw-r--r--doc/release/1.14.0-notes.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/release/1.14.0-notes.rst b/doc/release/1.14.0-notes.rst
index 77a3f1dda..793b20c6d 100644
--- a/doc/release/1.14.0-notes.rst
+++ b/doc/release/1.14.0-notes.rst
@@ -290,9 +290,10 @@ 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, 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.
+ * 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