Skip to content

Commit

Permalink
Fix a link to the Static options documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamim authored and seratch committed Sep 3, 2020
1 parent 1a1f9d0 commit f5cafdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slack/web/classes/elements.py
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ def __init__(
**others: dict,
):
"""This is the simplest form of select menu, with a static list of options passed in when defining the element.
ps://api.slack.com/reference/block-kit/block-elements#static_select
https://api.slack.com/reference/block-kit/block-elements#static_select
"""
super().__init__(
type=self.type,
Expand Down

0 comments on commit f5cafdb

Please sign in to comment.