Skip to content

Commit eaf4dd6

Browse files
author
Diptorup Deb
authored
Merge pull request #1344 from IntelPython/changes_to_docstring
Update docstring to avoid mysterious tm issue
2 parents c6cfe7b + 1633ec3 commit eaf4dd6

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)