Skip to content

Commit 9489480

Browse files
committed
Fix module docstring
1 parent 9548e34 commit 9489480

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

numba_dpex/tests/core/types/DpctlSyclQueue/test_box.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# SPDX-License-Identifier: Apache-2.0
44

55
"""
6-
Tests for boxing for dpnp.ndarray
6+
Tests for boxing for dpctl.SyclQueue
77
"""
88

99
import dpnp

numba_dpex/tests/dpjit_tests/test_slicing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# SPDX-License-Identifier: Apache-2.0
44

55
"""
6-
Tests for boxing for dpnp.ndarray
6+
Tests for slicing dpnp.ndarray
77
"""
88

99
import dpnp

0 commit comments

Comments
 (0)