You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/01/19 14:08:42 UTC

[GitHub] [airflow] VBhojawala commented on a change in pull request #13479: Added taskgroup decorator

VBhojawala commented on a change in pull request #13479:
URL: https://github.com/apache/airflow/pull/13479#discussion_r560200369



##########
File path: airflow/utils/task_group.py
##########
@@ -42,7 +56,7 @@ class TaskGroup(TaskMixin):
     :param prefix_group_id: If set to True, child task_id and group_id will be prefixed with
         this TaskGroup's group_id. If set to False, child task_id and group_id are not prefixed.
         Default is True.
-    :type prefix_group_id: bool
+    :type prerfix_group_id: bool

Review comment:
       Fixed the Typo.




----------------------------------------------------------------
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:
users@infra.apache.org