From 8fc07b3ab3f9420558716ac5fb6d7b2b470f6e97 Mon Sep 17 00:00:00 2001 From: Fabrice Laporte Date: Sun, 18 Dec 2016 10:39:43 +0100 Subject: [PATCH] Update README.rst Typo tomorrrow => tomorrow --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 4228c76..ea830c2 100644 --- a/README.rst +++ b/README.rst @@ -30,7 +30,7 @@ Behold, datetimes for humans! >>> tomorrow.iso8601() '2016-12-16T15:11:30.263350Z' - >>> tomorrrow.rfc2822() + >>> tomorrow.rfc2822() 'Fri, 16 Dec 2016 20:11:30 -0000' >>> tomorrow.datetime()