Skip to content

Commit 6699210

Browse files
committed
Fix a method name in docs
1 parent 210d3a6 commit 6699210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_basic/publishing_views.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You can subscribe to the <a href="https://api.slack.com/events/app_home_opened">
1313

1414
```python
1515
@app.event("app_home_opened")
16-
def open_modal(client, event, logger):
16+
def update_home_tab(client, event, logger):
1717
try:
1818
# Call views.publish with the built-in client
1919
client.views_publish(

0 commit comments

Comments
 (0)