[AIRFLOW-XXX] Typo node to nodes

Closes #2950 from maxcountryman/patch-1
This commit is contained in:
Max Countryman 2018-01-22 10:32:11 +01:00 коммит произвёл Fokko Driesprong
Родитель 2794819687
Коммит 375ed75ff1
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -2003,7 +2003,7 @@ class SkipMixin(LoggingMixin):
class BaseOperator(LoggingMixin):
"""
Abstract base class for all operators. Since operators create objects that
become node in the dag, BaseOperator contains many recursive methods for
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.