From f508c8fc84f46f01dee75a681bf79eb67d31cbf6 Mon Sep 17 00:00:00 2001
From: Florian Spreckelsen <f.spreckelsen@indiscale.com>
Date: Fri, 21 Jun 2024 16:36:54 +0200
Subject: [PATCH] DOC: Fix typo in docstring

---
 src/linkahead/common/models.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/linkahead/common/models.py b/src/linkahead/common/models.py
index ea537ffe..8565c2e7 100644
--- a/src/linkahead/common/models.py
+++ b/src/linkahead/common/models.py
@@ -4526,8 +4526,8 @@ def execute_query(q, unique=False, raise_exception_on_error=True, cache=True,
         Otherwise, paging is disabled, as well as for count queries and
         when unique is True. Defaults to None.
 
-    Raises:
-    -------
+    Raises
+    ------
     PagingConsistencyError
         If the database state changed between paged requests.
 
-- 
GitLab