Skip to content

Commit

Permalink
fix: typo in docstring of Query schema!
Browse files Browse the repository at this point in the history
  • Loading branch information
amindadgar committed May 22, 2024
1 parent e3e4a68 commit 2319c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tc_neo4j_lib/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2319c26

Please sign in to comment.