We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a1f9d0 commit f5cafdbCopy full SHA for f5cafdb
1 file changed
slack/web/classes/elements.py
@@ -444,7 +444,7 @@ def __init__(
444
**others: dict,
445
):
446
"""This is the simplest form of select menu, with a static list of options passed in when defining the element.
447
- ps://api.slack.com/reference/block-kit/block-elements#static_select
+ https://api.slack.com/reference/block-kit/block-elements#static_select
448
"""
449
super().__init__(
450
type=self.type,
0 commit comments