summaryrefslogtreecommitdiff
path: root/numpy/lib/financial.py
diff options
context:
space:
mode:
authorRalf Gommers <ralf.gommers@googlemail.com>2014-12-13 12:03:45 +0100
committerRalf Gommers <ralf.gommers@googlemail.com>2014-12-13 12:03:45 +0100
commit3ef77eea0d9c2cd76bc9b89b04a32f1322f842d5 (patch)
tree346e177b206896e2209351dafe7190e615a18a04 /numpy/lib/financial.py
parent2070ecf08a4727819b0268f761f6614a153e619c (diff)
parent1b908fc0f119f6d4137080d1db317b6b9c4e3e74 (diff)
downloadnumpy-3ef77eea0d9c2cd76bc9b89b04a32f1322f842d5.tar.gz
Merge pull request #5368 from tacaswell/sundry_doc_changes
Cleanups in documentation formatting.
Diffstat (limited to 'numpy/lib/financial.py')
-rw-r--r--numpy/lib/financial.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/lib/financial.py b/numpy/lib/financial.py
index 5b96e5b8e..baff8b0b6 100644
--- a/numpy/lib/financial.py
+++ b/numpy/lib/financial.py
@@ -148,7 +148,7 @@ def pmt(rate, nper, pv, fv=0, when='end'):
Number of compounding periods
pv : array_like
Present value
- fv : array_like (optional)
+ fv : array_like, optional
Future value (default = 0)
when : {{'begin', 1}, {'end', 0}}, {string, int}
When payments are due ('begin' (1) or 'end' (0))