File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -290,9 +290,10 @@ In summary, the major changes are:
290
290
* A trailing comma is no longer inserted for ``str ``.
291
291
Previously, ``str(np.arange(1001)) `` gave
292
292
``'[ 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.
296
297
297
298
* ``MaskedArray `` arrays now separate printed elements with commas, always
298
299
print the dtype, and correctly wrap the elements of long arrays to multiple
You can’t perform that action at this time.
0 commit comments