Skip to content

Commit

Permalink
tools.time: fix broken documentation cross-reference
Browse files Browse the repository at this point in the history
Slipped through the cracks in 51dad34.
  • Loading branch information
dgw committed Jul 26, 2021
1 parent 8765cd1 commit dd198fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sopel/tools/time.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ def format_time(db=None, config=None, zone=None, nick=None, channel=None,
``time``, if given, should be a ``datetime.datetime`` object, and will be
treated as being in the UTC timezone if it is :ref:`naïve
<aware-and-naive-objects>`. If ``time`` is not given, the current time
will be used.
<datetime-naive-aware>`. If ``time`` is not given, the current time will
be used.
If ``zone`` is given it must be present in the IANA Time Zone Database;
``get_timezone`` can be helpful for this. If ``zone`` is not given, UTC
Expand Down

0 comments on commit dd198fe

Please sign in to comment.