From ab2eacf5115015502657ea39c8303a55b3538cb0 Mon Sep 17 00:00:00 2001
From: Usama Sadiq <usama.sadiq@arbisoft.com>
Date: Thu, 28 Mar 2024 23:51:46 +0500
Subject: [PATCH] fix: fix quality checks

---
 help_tokens/context_processor.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/help_tokens/context_processor.py b/help_tokens/context_processor.py
index ef4dc4a..c959e7a 100644
--- a/help_tokens/context_processor.py
+++ b/help_tokens/context_processor.py
@@ -14,7 +14,7 @@ def _get_online_help_info(token=None):
 
 def context_processor(request):
     """
-    The help-tokens context processor.
+    help-tokens context processor.
 
     The odd structure of the return is to maintain compatibility with the way
     edx-platform uses it.