10000 DOC: another small tweak to 1.14 docs · numpy/numpy@4b49e99 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4b49e99

Browse files
authored
DOC: another small tweak to 1.14 docs
1 parent 91005ef commit 4b49e99

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/release/1.14.0-notes.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -290,9 +290,10 @@ In summary, the major changes are:
290290
* A trailing comma is no longer inserted for ``str``.
291291
Previously, ``str(np.arange(1001))`` gave
292292
``'[ 0 1 2 ..., 998 999 1000]'``, which has an extra comma.
293-
* For arrays of 2-d and beyond, when ... is printed on its own line in order
294-
to summarize any but the last axis, newlines are now appended to that line
295-
to match its leading newlines, and a trailing space character is removed.
293+
* For arrays of 2-D and beyond, when ``...`` is printed on its own line in
294+
order to summarize any but the last axis, newlines are now appended to that
295+
line to match its leading newlines and a trailing space character is
296+
removed.
296297

297298
* ``MaskedArray`` arrays now separate printed elements with commas, always
298299
print the dtype, and correctly wrap the elements of long arrays to multiple

0 commit comments

Comments
 (0)
0