From: Tomas Babej Date: Sun, 8 Feb 2015 18:44:06 +0000 (+0100) Subject: docs: Fix copy-paste error X-Git-Url: https://git.madduck.net/etc/taskwarrior.git/commitdiff_plain/d3d80710686ae200652203810b6f126468506d28?hp=51d15f7efe9ae5b22c1a807257bba480542e1aae docs: Fix copy-paste error --- 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