Skip to content

Commit de5a206

Browse files
authored
Fixed typo in example.py comments (#5)
* Fixed typo...
1 parent 7116262 commit de5a206

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

example/example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def thanks():
5757
team_name = auth_response.get("team_name")
5858
bot_token = auth_response["bot"].get("bot_access_token")
5959

60-
# Create a SlackClient for your bot to respond to use for Web API requests
60+
# Create a SlackClient for your bot to use for Web API requests
6161
CLIENTS[team_id] = SlackClient(bot_token)
6262
return "Your app has been installed on <b>%s</b>" % team_name
6363

0 commit comments

Comments
 (0)