From 5feee5408c73a132f81e71311fbaaa0cebd90a1d Mon Sep 17 00:00:00 2001 From: Chris Diesch Date: Wed, 23 Apr 2025 15:25:50 -0600 Subject: [PATCH] Consistent punctuation --- app/MRE/api.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/MRE/api.py b/app/MRE/api.py index 1c82feb..cacc31e 100644 --- a/app/MRE/api.py +++ b/app/MRE/api.py @@ -13,11 +13,11 @@ MRE_request_parser = RequestParser() MRE_request_parser.add_argument('consumer_fico', required=True, type=int, - help='The consumer\'s fico score (int between [300, 850])') + help='The consumer\'s fico score (int between [300, 850]).') MRE_request_parser.add_argument('home_price', required=True, type=float, - help='The price of the home the consumer wants to buy (float)') + help='The price of the home the consumer wants to buy (float).') MRE_request_parser.add_argument('down_payment', required=True, type=float,