Skip to content

Commit 8d1f4aa

Browse files
fix typo in previous commit
1 parent 8142317 commit 8d1f4aa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dpnp/dpnp_array.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,6 @@ def strides(self):
676676
# 'tolist',
677677
# 'tostring',
678678
# 'trace',
679-
# 'transpose',
680679

681680
def transpose(self, *axes):
682681
"""
@@ -692,4 +691,4 @@ def transpose(self, *axes):
692691

693692
# 'var',
694693
# 'view'
695-
694+

0 commit comments

Comments
 (0)