Skip to content

Commit 7b17257

Browse files
copy miss
1 parent cbbeb96 commit 7b17257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

slack_sdk/models/blocks/blocks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,7 @@ def __init__(
871871
block_id should be unique for each message and each iteration of a message.
872872
If a message is updated, use a new block_id.
873873
title (required): Title of the plan in plain text
874-
tasks: Details of the task in the form of a single "rich_text" entity.
874+
tasks: A sequence of task card blocks. Each task represents a single action within the plan.
875875
"""
876876
super().__init__(type=self.type, block_id=block_id)
877877
show_unknown_key_warning(self, others)

0 commit comments

Comments
 (0)