Skip to content

Commit

Permalink
fixed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjim21 committed Aug 5, 2024
1 parent 3b8fdc3 commit 2cca447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion katsu/katsu_math.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def __getattr__(self, key):


def set_backend_to_numpy():
"""Convenience method to automatically configure katsu's backend to cupy."""
"""Convenience method to automatically configure katsu's backend to numpy."""
import numpy as cp

np._srcmodule = cp
Expand Down

0 comments on commit 2cca447

Please sign in to comment.