Skip to content

Commit 8acadef

Browse files
srtaalejzimeg
andauthored
Update slack_sdk/models/blocks/blocks.py
Co-authored-by: Eden Zimbelman <eden.zimbelman@salesforce.com>
1 parent 5ade759 commit 8acadef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

slack_sdk/models/blocks/blocks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -917,7 +917,7 @@ def __init__(
917917
actions: Optional[Sequence[Union[dict, BlockElement]]] = None,
918918
**others: dict,
919919
):
920-
"""A rich display block for presenting structured content such as recommendations, results, or work items.
920+
"""Displays content in a card."""
921921
https://docs.slack.dev/reference/block-kit/blocks/card-block
922922

923923
Args:

0 commit comments

Comments
 (0)