From e97fa144f3795573cf0748243e6030638deb2833 Mon Sep 17 00:00:00 2001
From: Mohammad Torkashvand <mohammad.torkashvand@geant.org>
Date: Wed, 17 Apr 2024 14:06:32 +0200
Subject: [PATCH] fix docs linting error

---
 gso/auth/oidc_policy_helper.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gso/auth/oidc_policy_helper.py b/gso/auth/oidc_policy_helper.py
index 22e0568f..34eeede9 100644
--- a/gso/auth/oidc_policy_helper.py
+++ b/gso/auth/oidc_policy_helper.py
@@ -94,7 +94,7 @@ class OIDCUserModel(dict):
 
     @property
     def client_id(self) -> str:
-        """Return the client_id."""
+        """Return the client id."""
         return self.get("client_id") or ""
 
     @property
-- 
GitLab