Skip to content

Commit

Permalink
remove parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermeleobas committed May 3, 2023
1 parent 8bd328f commit 3ffcdd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rbc/heavydb/remoteheavydb.py
Original file line number Diff line number Diff line change
Expand Up @@ -1384,7 +1384,7 @@ def compiler(self):
f'{compiler.compiler_exe} version '
f'({".".join(map(str, compiler.version[:3]))}) '
'is different than LLVM shipped with Numba '
f'({_min_llvm_version}). It is important to be aware that not '
f'{_min_llvm_version}. It is important to be aware that not '
'all LLVM IR generated by clang with a version higher than '
'what is supported by Numba can be successfully parsed by '
'llvmlite. It is recommended to use a clang version that is '
Expand Down

0 comments on commit 3ffcdd4

Please sign in to comment.