Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
NimaSarajpoor committed Dec 26, 2024
1 parent 4256839 commit f17f92d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stumpy/cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def _get_cache():

def _recompile(func=None, fastmath=None):
"""
Recompile a jit/njit decorated function. If `func` is None, then it wiil
Recompile a jit/njit decorated function. If `func` is None, then it will
recompile all njit functions of STUMPY.
Parameters
Expand Down

0 comments on commit f17f92d

Please sign in to comment.