From 2319c26bfca2308ae90f076142cbec62300aeb21 Mon Sep 17 00:00:00 2001 From: Mohammad Amin Date: Wed, 22 May 2024 17:03:18 +0330 Subject: [PATCH] fix: typo in docstring of Query schema! --- tc_neo4j_lib/schema.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tc_neo4j_lib/schema.py b/tc_neo4j_lib/schema.py index 5aeac21..f85d87c 100644 --- a/tc_neo4j_lib/schema.py +++ b/tc_neo4j_lib/schema.py @@ -6,7 +6,7 @@ def __init__(self, query: str, parameters: dict[str, Any]) -> None: """ A schema for passing neo4j query - Paramters + Parameters ------------ query : str the actual query to pass to neo4j driver