More testing.
authorScott <[email protected]>
Tue, 23 Nov 2021 01:50:53 +0000 (17:50 -0800)
committerScott <[email protected]>
Tue, 23 Nov 2021 01:50:53 +0000 (17:50 -0800)
retire.py

index fb3520abcc05017b985a3cc8333c17455d2563b8..fc68655dcd63e8b1c96187090317b152472483a6 100755 (executable)
--- 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