Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-Authored-By: dgw <dgw@technobabbl.es>
  • Loading branch information
Exirel and dgw authored May 12, 2019
1 parent 5b393e4 commit 195b6f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sopel/modules/remind.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ def __eq__(self, other):
def get_duration(self, today=None):
"""Get the duration between the reminder and ``today``
:param today: aware datetime to compare to, default to UTC now
:param today: aware datetime to compare to; defaults to current time in UTC
:type today: aware :class:`datetime.datetime`
:return: The duration, in second, between ``today`` and the reminder.
:rtype: :class:`int`
Expand Down Expand Up @@ -400,7 +400,7 @@ def parse_regex_match(match, default_timezone=None):
user_help=True)
@module.example('.at 00:01 25/12 Open your gift!', user_help=True)
def remind_at(bot, trigger):
"""Gives you a reminder at the given times.
"""Gives you a reminder at the given time.
Takes ``hh:mm:ssTimezone Date message`` where seconds, Timezone, and Date
are optional.
Expand Down

0 comments on commit 195b6f4

Please sign in to comment.