diff --git a/numpy_financial/_financial.py b/numpy_financial/_financial.py index 1b42148..432e32e 100644 --- a/numpy_financial/_financial.py +++ b/numpy_financial/_financial.py @@ -695,7 +695,7 @@ def rate(nper, pmt, pv, fv, when='end', guess=None, tol=None, maxiter=100, *, ra return rn -def irr(values, guess=None, *, tol=1e-12, maxiter=100, raise_exceptions=False): +def irr(values, *, guess=None, tol=1e-12, maxiter=100, raise_exceptions=False): """ Return the Internal Rate of Return (IRR).