From eb90e6b5d0d9938d299319fe2e4b7e7e5f745965 Mon Sep 17 00:00:00 2001 From: Tom Vo Date: Wed, 13 Sep 2023 15:13:06 -0700 Subject: [PATCH] Fix doc code block --- xcdat/bounds.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xcdat/bounds.py b/xcdat/bounds.py index 833a8eb3..711c94aa 100644 --- a/xcdat/bounds.py +++ b/xcdat/bounds.py @@ -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"],