diff --git a/numpy_financial/_financial.py b/numpy_financial/_financial.py index 0395962..da019e2 100644 --- a/numpy_financial/_financial.py +++ b/numpy_financial/_financial.py @@ -466,7 +466,7 @@ def _rbl(rate, per, pmt, pv, when): def ppmt(rate, per, nper, pv, fv=0, when='end'): - """Compute the payment against loan principle. + """Compute the payment against loan principal. Parameters ----------