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