Skip to content

Commit 9ad0bc2

Browse files
authored
Merge pull request #129 from seanzian2093/main
Fixed a typo - `principle` to `principal`
2 parents f1a43fa + 5200ef6 commit 9ad0bc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpy_financial/_financial.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ def _rbl(rate, per, pmt, pv, when):
466466

467467

468468
def ppmt(rate, per, nper, pv, fv=0, when='end'):
469-
"""Compute the payment against loan principle.
469+
"""Compute the payment against loan principal.
470470
471471
Parameters
472472
----------

0 commit comments

Comments
 (0)