Skip to content

Commit

Permalink
doc: fixed docstring for sql param in Neo4jOperator (#17407)
Browse files Browse the repository at this point in the history
  • Loading branch information
shadrus committed Aug 4, 2021
1 parent 4dae4ec commit a10eb61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions airflow/providers/neo4j/operators/neo4j.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ class Neo4jOperator(BaseOperator):
:ref:`howto/operator:Neo4jOperator`
:param sql: the sql code to be executed. Can receive a str representing a
sql statement, a list of str (sql statements)
:type sql: str or list[str]
sql statement
:type sql: str
:param neo4j_conn_id: Reference to :ref:`Neo4j connection id <howto/connection:neo4j>`.
:type neo4j_conn_id: str
"""
Expand Down

0 comments on commit a10eb61

Please sign in to comment.