From 753d741d61f5fbac7b63f5d1f9cc221ac6032c9c Mon Sep 17 00:00:00 2001 From: Scott Date: Mon, 22 Nov 2021 16:45:46 -0800 Subject: [PATCH] Testing new git server. --- retire.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/retire.py b/retire.py index fc68655..fb3520a 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