diff --git a/SAS/TMSS/backend/src/tmss/tmssapp/views.py b/SAS/TMSS/backend/src/tmss/tmssapp/views.py
index 63f0a9339c8a1b41b98b2a2c75c5842d05822854..ebba5b28dce0a4747d95f316af127322d41c19fd 100644
--- a/SAS/TMSS/backend/src/tmss/tmssapp/views.py
+++ b/SAS/TMSS/backend/src/tmss/tmssapp/views.py
@@ -755,7 +755,7 @@ def failure_report(request):
 @swagger_auto_schema(responses={200: 'A json list of the current public schedule.'},
                      operation_description="Get a json list of the current public schedule.")
 def public_schedule(request):
-    '''return the current and future running and scheduled units in either html table or json depending on the request accept header'''
+    '''return the current and future(2 weeks) running and scheduled units in a simple html table'''
     # get all current and future running and scheduled units
     scheduled_or_running_units = models.SchedulingUnitBlueprint.objects.prefetch_related('task_blueprints__specifications_template__type') \
                                                                        .select_related(models.SchedulingUnitBlueprint.path_to_project, 'status', 'specifications_template', 'specifications_template') \