Skip to content

Commit

Permalink
fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
seanzian2093 committed Sep 19, 2024
1 parent f1a43fa commit 5200ef6
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 5200ef6

Please sign in to comment.