Skip to content

Commit 8617731

Browse files
committed
Fix small typo in docstring
1 parent 1ed4dad commit 8617731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numba_cuda/numba/cuda/cudadrv/driver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2692,7 +2692,7 @@ def add_file_guess_ext(self, path_or_code, ignore_nonlto=False):
26922692
passed, the type will be inferred from the extension. A LinkableCode
26932693
object represents a file already in memory.
26942694
2695-
When `ignore_nonlto` is set to true, do not add code that are will not
2695+
When `ignore_nonlto` is set to true, do not add code that will not
26962696
be LTO-ed in the linking process. This is useful in inspecting the
26972697
LTO-ed portion of the PTX when linker is added with objects that can be
26982698
both LTO-ed and not LTO-ed.

0 commit comments

Comments
 (0)