Skip to content

Commit 6a7a00e

Browse files
committed
nit: fix typo
1 parent fe90786 commit 6a7a00e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)