Skip to content

Commit b6c89ba

Browse files
committed
fixup typo in get_slack_token()'s docstring
1 parent 9490618 commit b6c89ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rss2slack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def format_message(
5757
def get_slack_token() -> str:
5858
"""Get Slack token from ENV variable.
5959
60-
:raises SlackTokenMissing: raised when env variable SLACK_TOKEN is not set
60+
:raises SlackTokenError: raised when env variable SLACK_TOKEN is not set
6161
"""
6262
slack_token = os.environ.get("SLACK_TOKEN", None)
6363
if slack_token:

0 commit comments

Comments
 (0)