-
-
Notifications
You must be signed in to change notification settings - Fork 412
Open
Description
- I have searched the issues of this repo and believe that this is not a duplicate.
Issue
There is a small typo in the doc for the pendulum object's subtract method.
>>> dt = dt.subtract(minutes=1)
'2012-01-28 01:01:00'
>>> dt = dt.subtract(minutes=24)
'2012-01-28 00:00:00'
The result of dt.subtract(minutes=24) is wrong, it should be 2012-01-28 00:37:00
Metadata
Metadata
Assignees
Labels
No labels