Skip to content

Commit 63aa1b1

Browse files
committed
MAINT: Fixed "Line too long" error
WHen attemping to commit a change, a "Line too long" error occured. Line 757 has been shortened.
1 parent 0488102 commit 63aa1b1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

numpy_financial/_financial.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -752,10 +752,10 @@ def irr(values, *, raise_exceptions=False, selection_logic=_irr_default_selectio
752752
Set to False as default, thus returning NaNs in the two previous
753753
cases.
754754
selection_logic: function, optional
755-
Function for selection logic when more than 1 real solutions is found. User may
756-
insert their own customised function for selection of IRR values.
757-
The function should accept a one-dimensional array of numbers
758-
and return a number.
755+
Function for selection logic when more than 1 real solutions is found.
756+
User may insert their own customised function for selection
757+
of IRR values.The function should accept a one-dimensional array
758+
of numbers and return a number.
759759
760760
761761
Returns

0 commit comments

Comments
 (0)