Skip to content

Commit 90b6297

Browse files
authored
Make guess docstring more descriptive
1 parent 10a386e commit 90b6297

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
@@ -690,7 +690,7 @@ def irr(values, guess=0.1):
690690
the initial investment, will typically be negative.
691691
guess : float, optional
692692
Initial guess of the IRR for the iterative solver. If no guess is
693-
given 0.1 is used instead.
693+
given an initial guess of 0.1 (i.e. 10%) is assumed instead.
694694
695695
Returns
696696
-------

0 commit comments

Comments
 (0)