Merge pull request #2201 from FedericoCapello/patch-1

Update units-and-global-variables.rst (Typo)
This commit is contained in:
chriseth 2017-05-02 15:59:41 +02:00 committed by GitHub
commit 1b15291af2

View File

@ -22,8 +22,8 @@ unit and units are considered naively in the following way:
* ``1 minutes == 60 seconds`` * ``1 minutes == 60 seconds``
* ``1 hours == 60 minutes`` * ``1 hours == 60 minutes``
* ``1 days == 24 hours`` * ``1 days == 24 hours``
* ``1 weeks = 7 days`` * ``1 weeks == 7 days``
* ``1 years = 365 days`` * ``1 years == 365 days``
Take care if you perform calendar calculations using these units, because 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 not every year equals 365 days and not even every day has 24 hours