Skip to content

Commit f5cafdb

Browse files
Jamimseratch
authored andcommitted
Fix a link to the Static options documentation
1 parent 1a1f9d0 commit f5cafdb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

slack/web/classes/elements.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ def __init__(
444444
**others: dict,
445445
):
446446
"""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
447+
https://api.slack.com/reference/block-kit/block-elements#static_select
448448
"""
449449
super().__init__(
450450
type=self.type,

0 commit comments

Comments
 (0)