From e7818e6fb6b26d51d2dacf5ebb355ff255c99c5a Mon Sep 17 00:00:00 2001 From: VineetBala-AOT Date: Tue, 9 Jan 2024 14:25:21 -0800 Subject: [PATCH] Updating comment --- analytics-api/src/analytics_api/models/request_type_option.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/analytics-api/src/analytics_api/models/request_type_option.py b/analytics-api/src/analytics_api/models/request_type_option.py index 3c231d704..50ad9775e 100644 --- a/analytics-api/src/analytics_api/models/request_type_option.py +++ b/analytics-api/src/analytics_api/models/request_type_option.py @@ -76,7 +76,7 @@ def get_survey_result( # - count: number of time the same value is selected as a response to each question # Check if there are records in survey_response and available_response before executing the final query - # which fetches all the available responses along with the corresponding reponses. + # which fetches all the available responses along with the corresponding responses. if survey_response_exists and available_response_exists: survey_result = (db.session.query((survey_question.c.position).label('position'), (survey_question.c.label).label('question'),