From fabf15de9ec565213b7da8f1d190db3b00561c5d Mon Sep 17 00:00:00 2001 From: FedericoCapello Date: Mon, 1 May 2017 20:05:25 +0200 Subject: [PATCH] Update units-and-global-variables.rst Consistency of explanation. --- docs/units-and-global-variables.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/units-and-global-variables.rst b/docs/units-and-global-variables.rst index ab957c7d5..246cc5645 100644 --- a/docs/units-and-global-variables.rst +++ b/docs/units-and-global-variables.rst @@ -22,8 +22,8 @@ unit and units are considered naively in the following way: * ``1 minutes == 60 seconds`` * ``1 hours == 60 minutes`` * ``1 days == 24 hours`` - * ``1 weeks = 7 days`` - * ``1 years = 365 days`` + * ``1 weeks == 7 days`` + * ``1 years == 365 days`` Take care if you perform calendar calculations using these units, because not every year equals 365 days and not even every day has 24 hours