Consistent punctuation
This commit is contained in:
parent
dda93b929d
commit
5feee5408c
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user