Skip to content

Commit 9a74280

Browse files
committed
nit: fix typo
1 parent 796a179 commit 9a74280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numba_cuda/numba/cuda/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
):
2424
raise ImportError(
2525
"NVIDIA CUDA Python bindings not found. Install the 'cuda' package "
26-
"(e.g. pip install nvidia-cuda-python or numba-cuda[cuXY])."
26+
"(e.g. pip install cuda-python or numba-cuda[cuXY])."
2727
)
2828

2929
if config.ENABLE_CUDASIM:

0 commit comments

Comments
 (0)