Skip to content

Commit 225fb81

Browse files
committed
Haha, I can't spell
1 parent 3e6a8f7 commit 225fb81

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

suitesparse_graphblas/__init__.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ def initialize(*, blocking=False, memory_manager="numpy"):
2929
GraphBLAS has been initialized.
3030
"""
3131
if is_initialized():
32-
raise RuntimeError(
33-
"suitesparse-python is already initialized! Unable to initialize again."
34-
)
32+
raise RuntimeError("GraphBLAS is already initialized! Unable to initialize again.")
3533
blocking = lib.GrB_BLOCKING if blocking else lib.GrB_NONBLOCKING
3634
memory_manager = memory_manager.lower()
3735
if memory_manager == "numpy":

0 commit comments

Comments
 (0)