Skip to content

Commit 00dc97c

Browse files
authored
Improve code snippet in docs
1 parent 79eecae commit 00dc97c

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
@@ -42,5 +42,5 @@ def update_home_tab(client, event, logger):
4242
)
4343

4444
except Exception as e:
45-
logger.error(f"Error opening modal: {e}")
45+
logger.error(f"Error publishing home tab: {e}")
4646
```

0 commit comments

Comments
 (0)