Skip to content

Commit 605bab2

Browse files
committed
Update _financial.py
1 parent c1a6322 commit 605bab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpy_financial/_financial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ def rate(
727727
return rn
728728

729729

730-
def irr(values, raise_exceptions=False):
730+
def irr(values, *, raise_exceptions=False):
731731
r"""Return the Internal Rate of Return (IRR).
732732
733733
This is the "average" periodically compounded rate of return

0 commit comments

Comments
 (0)