Skip to content

Commit

Permalink
FIX: Update docstring with correct reference (#666)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcky committed Dec 17, 2022
1 parent ad61ae8 commit 5fc565c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantecon/util/numba.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def _numba_linalg_solve(a, b):
Notes
-----
From github.com/numba/numba/blob/main/numba/targets/linalg.py
From github.com/numba/numba/blob/main/numba/np/linalg.py
"""
numba_xgesv = _LAPACK().numba_xgesv(a.dtype)
Expand Down

0 comments on commit 5fc565c

Please sign in to comment.