turbaszek commented on a change in pull request #10991:
URL: https://github.com/apache/airflow/pull/10991#discussion_r497343222



##########
File path: airflow/models/baseoperator.py
##########
@@ -89,7 +89,7 @@ class BaseOperator(Operator, LoggingMixin, 
metaclass=BaseOperatorMeta):
     Abstract base class for all operators. Since operators create objects that
     become nodes in the dag, BaseOperator contains many recursive methods for
     dag crawling behavior. To derive this class, you are expected to override
-    the constructor as well as the 'execute' method.
+    the constructor as wll as the 'execute' method.

Review comment:
       👀 




----------------------------------------------------------------
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.

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


Reply via email to