Skip to content
This repository was archived by the owner on Jun 8, 2022. It is now read-only.

Commit 854faa3

Browse files
jm96441novv
jm96441n
authored andcommitted
Fix typo on resources command
1 parent 723661f commit 854faa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sirbot_pyslackers/endpoints/slack/commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ async def resources(command, app):
232232
response["unfurl_links"] = False
233233

234234
response["text"] = (
235-
"List below are some great resources to get started on learning python:\n"
235+
"Listed below are some great resources to get started on learning python:\n"
236236
"*Books:*\n"
237237
"* <https://www.amazon.com/Learning-Python-Powerful-Object-Oriented-Programming-ebook/dp/B00DDZPC9S/|Learning Python: Powerful Object Oriented Programming>\n"
238238
"* <https://www.amazon.com/Automate-Boring-Stuff-Python-Programming-ebook/dp/B00WJ049VU/|Automate the Boring Stuff>\n"

0 commit comments

Comments
 (0)