From 72ca3d196d9a728a7175b249cdc1f770a7e19c49 Mon Sep 17 00:00:00 2001 From: Scott Date: Mon, 22 Nov 2021 17:50:53 -0800 Subject: [PATCH] More testing. --- retire.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/retire.py b/retire.py index fb3520a..fc68655 100755 --- a/retire.py +++ b/retire.py @@ -14,7 +14,7 @@ from money import money class simulation(object): def __init__(self, parameters, accounts): - """Initialize simulation parameters and starting account balances.""" + """Initialize simulation parameters and starting account balances""" self.params = parameters self.accounts = accounts self.lynn_age = 0 -- 2.46.1