Skip to content

Commit

Permalink
Fix in documentation (#569)
Browse files Browse the repository at this point in the history
  • Loading branch information
bagerard authored Nov 20, 2023
1 parent 201d668 commit 29199c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion saspy/sasbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -2550,7 +2550,7 @@ def simple_interest_loan(self, life=None, rate=None, amount=None, payment=None,
:param rate: interest rate as a decimal percent: .03 is 3% apr
:param amount: amount of loan
:param payment: monthly payment amount
:return: SAS Lst showing the amortization schule calculated for the missing variable
:return: SAS Lst showing the amortization schedule calculated for the missing variable
"""
vars = 0

Expand Down

0 comments on commit 29199c9

Please sign in to comment.