From 5200ef6f2cf498b3d305bdb0bcf95543999b022c Mon Sep 17 00:00:00 2001 From: seanzian2093 Date: Thu, 19 Sep 2024 11:11:37 -0400 Subject: [PATCH] fixed a typo --- numpy_financial/_financial.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ----------