From d3d80710686ae200652203810b6f126468506d28 Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Sun, 8 Feb 2015 19:44:06 +0100 Subject: [PATCH] docs: Fix copy-paste error --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 83e476e..6b9a6c3 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -333,7 +333,7 @@ are set in the same timezone: >>> t['due'] datetime.datetime(2015, 2, 1, 19, 44, 4, 770001, tzinfo=) >>> now.astimezone(pytz.utc) - datetime.datetime(2015, 2, 1, 18, 44, 4, 770001, tzinfo=) + datetime.datetime(2015, 2, 1, 18, 44, 4, 770001, tzinfo=) >>> t['due'] == now.astimezone(pytz.utc) True -- 2.39.2