Skip to content

Commit

Permalink
Merge pull request #1164 from IntelPython/fix/typo_in_docstring
Browse files Browse the repository at this point in the history
Fix typo in docstring
  • Loading branch information
Diptorup Deb authored Oct 12, 2023
2 parents 643878b + 1ce8c66 commit b9f4542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numba_dpex/core/codegen.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def _init(self, llvm_module):
self._data_layout = SPIR_DATA_LAYOUT[utils.MACHINE_BITS]
self._target_data = ll.create_target_data(self._data_layout)
self._tm_features = (
"" # We need this for chaching, not sure about this value for now
"" # We need this for caching, not sure about this value for now
)

def _create_empty_module(self, name):
Expand Down

0 comments on commit b9f4542

Please sign in to comment.