From 9b57b2368d379d174f0745f45836e4df8340b5c1 Mon Sep 17 00:00:00 2001 From: andrey-canon Date: Thu, 6 Jul 2023 13:42:40 -0500 Subject: [PATCH] fix: set right doc-string --- eox_nelp/stats/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eox_nelp/stats/urls.py b/eox_nelp/stats/urls.py index 783cf50c..edd1e3f5 100644 --- a/eox_nelp/stats/urls.py +++ b/eox_nelp/stats/urls.py @@ -1,4 +1,4 @@ -"""frontend templates urls for course_experience""" +"""General stats urls""" from django.urls import path from eox_nelp.stats.views import get_tenant_stats