Skip to content

Commit

Permalink
Merge pull request #129 from seanzian2093/main
Browse files Browse the repository at this point in the history
Fixed a typo - `principle` to `principal`
  • Loading branch information
seberg authored Sep 30, 2024
2 parents f1a43fa + 5200ef6 commit 9ad0bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numpy_financial/_financial.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
----------
Expand Down

0 comments on commit 9ad0bc2

Please sign in to comment.