Skip to content

Commit

Permalink
Fix doc code block
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvothecoder committed Sep 13, 2023
1 parent 0ca70ce commit eb90e6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xcdat/bounds.py
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,8 @@ def _create_daily_time_bounds(
If time steps are sub-daily, then the bounds will begin at 00:00 and end
at 00:00 of the following day. For example, for 3-hourly data, the
bounds would be:
bounds would be::
[
["01/01/2000 00:00", "01/01/2000 03:00"],
["01/01/2000 03:00", "01/01/2000 06:00"],
Expand Down

0 comments on commit eb90e6b

Please sign in to comment.