Skip to content

Conversation

@daniel7an
Copy link

Fixes #925

The result of dt.subtract(minutes=24) from 01:01:00 was incorrectly shown as 00:00:00 instead of 00:37:00 in the addition/subtraction docs.

The result of dt.subtract(minutes=24) from 01:01:00 should be 00:37:00, not 00:00:00.

Fixes python-pendulum#925
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Small typo in documentation substract method

1 participant