Fix formatting in calorie_app_description function

Fixed the closing braces warning
pull/1049/head
rajucreate 6 months ago committed by GitHub
parent 659584c7c3
commit ad58219df4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -83,4 +83,4 @@ def calorie_app_description():
"""Describe the purpose and functionality of the Calorie Count App."""
return (
"The Calorie Count App allows users to create meals from ingredients "
"and view total calories, proteins, and sugars. )
"and view total calories, proteins, and sugars." )

Loading…
Cancel
Save