From 29199c901b7f82ba187afbd8f83859e7ab3f5b4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastien=20G=C3=A9rard?= Date: Mon, 20 Nov 2023 19:36:53 +0100 Subject: [PATCH] Fix in documentation (#569) --- saspy/sasbase.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/saspy/sasbase.py b/saspy/sasbase.py index ed257f4e..9bb8ab4e 100644 --- a/saspy/sasbase.py +++ b/saspy/sasbase.py @@ -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