Skip to content

Commit 1cd31b2

Browse files
authored
Merge branch 'master' into complete-cov-impl
2 parents ffa550a + 0bda96a commit 1cd31b2

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

doc/reference/ndarray.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ Array conversion
134134

135135
dpnp.ndarray.item
136136
dpnp.ndarray.tolist
137-
dpnp.ndarray.tostring
138137
dpnp.ndarray.tobytes
139138
dpnp.ndarray.tofile
140139
dpnp.ndarray.dump

dpnp/dpnp_array.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1860,7 +1860,6 @@ def to_device(self, device, /, *, stream=None):
18601860
# 'tobytes',
18611861
# 'tofile',
18621862
# 'tolist',
1863-
# 'tostring',
18641863

18651864
def trace(self, offset=0, axis1=0, axis2=1, dtype=None, out=None):
18661865
"""

0 commit comments

Comments
 (0)