diff options
Diffstat (limited to 'numpy/lib/financial.py')
-rw-r--r-- | numpy/lib/financial.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/lib/financial.py b/numpy/lib/financial.py index f53a77631..0cef1c4d2 100644 --- a/numpy/lib/financial.py +++ b/numpy/lib/financial.py @@ -190,7 +190,6 @@ def nper(rate, pmt, pv, fv=0, when='end'): >>> np.nper(*(np.ogrid[0.06/12:0.071/12:0.01/12, -200:-99:100, 6000:7001:1000])) array([[[ 32.58497782, 38.57048452], [ 71.51317802, 86.37179563]], - <BLANKLINE> [[ 33.07413144, 39.26244268], [ 74.06368256, 90.22989997]]]) |