Skip to content

Commit 3f5a293

Browse files
committed
Updated wring indention
1 parent 4782b8d commit 3f5a293

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dpnp/dpnp_array.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1285,9 +1285,9 @@ def shape(self):
12851285
12861286
>>> y.shape = (3, 8)
12871287
>>> y
1288-
array([[ 0., 0., 0., 0., 0., 0., 0., 0.],
1289-
[ 0., 0., 0., 0., 0., 0., 0., 0.],
1290-
[ 0., 0., 0., 0., 0., 0., 0., 0.]])
1288+
array([[ 0., 0., 0., 0., 0., 0., 0., 0.],
1289+
[ 0., 0., 0., 0., 0., 0., 0., 0.],
1290+
[ 0., 0., 0., 0., 0., 0., 0., 0.]])
12911291
>>> y.shape = (3, 6)
12921292
...
12931293
TypeError: Can not reshape array of size 24 into (3, 6)

0 commit comments

Comments
 (0)