From 7b751f66c7feb71646f0c2540aca2e5e67cd5db5 Mon Sep 17 00:00:00 2001 From: Pauli Virtanen Date: Tue, 24 Mar 2009 22:25:21 +0000 Subject: Merge from the doc wiki --- numpy/lib/financial.py | 1 - 1 file changed, 1 deletion(-) (limited to 'numpy/lib/financial.py') 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]], - [[ 33.07413144, 39.26244268], [ 74.06368256, 90.22989997]]]) -- cgit v1.2.1