eladkal commented on a change in pull request #16958:
URL: https://github.com/apache/airflow/pull/16958#discussion_r668475403



##########
File path: docs/apache-airflow/tutorial.rst
##########
@@ -154,7 +154,7 @@ references parameters like ``{{ ds }}``, calls a function 
as in
 ``{{ macros.ds_add(ds, 7)}}``, and references a user-defined parameter
 in ``{{ params.my_param }}``.
 
-The ``params`` hook in ``BaseOperator`` allows you to pass a dictionary of
+The ``params`` hook in ``BashOperator`` allows you to pass a dictionary of

Review comment:
       The original statement is correct.
   params is a parameter of `BaseOperator`:
   
https://github.com/apache/airflow/blob/f2bd15da534c8a6ff802fe87992d1603737948e2/airflow/models/baseoperator.py#L475
   
   `BashOperator` inherits from `BaseOperator`




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to