Skip to content

Commit

Permalink
Remove quotes in help
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Jun 22, 2019
1 parent cbad811 commit cc7583d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reminder/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ async def help(self, evt: MessageEvent) -> None:
f"* !{self.base_command} list - Get a list of your reminders\n"
f"* !{self.base_command} tz <timezone> - Set your time zone\n\n"
"<date> can be a real date in any sensible format or a time delta such as "
"\"2 hours and 5 minutes\"\n\n"
"2 hours and 5 minutes\n\n"
"To get mentioned by a reminder added by someone else, upvote the message "
"by reacting with \U0001F44D.\n\n"
"To cancel a reminder, remove the message or reaction.")
Expand Down

0 comments on commit cc7583d

Please sign in to comment.