hussein-awala commented on code in PR #34759:
URL: https://github.com/apache/airflow/pull/34759#discussion_r1346408847


##########
docs/apache-airflow/core-concepts/params.rst:
##########
@@ -124,8 +124,10 @@ Another way to access your param is via a task's 
``context`` kwarg.
         print(context["params"]["my_int_param"])
 
     PythonOperator(
-        task_id="print_my_int_param",
-        python_callable=print_my_int_param,
+      task_id="print_my_int_param",

Review Comment:
   IMHO it's better to change the method name to `print_my_int_param`, wdyt?



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to