Skip to content

Commit 1633ec3

Browse files
author
Diptorup Deb
committed
Update docstring to avoid mysterious tm issue
1 parent c6cfe7b commit 1633ec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numba_dpex/kernel_api_impl/spirv/target.py

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

5-
"""Implements a SPIR-V code generation target for numba-dpex.
5+
"""Implements a SPIR-V code generation-specific target and typing context.
66
"""
77

88
from enum import IntEnum

0 commit comments

Comments
 (0)