Skip to content

Fix incorrect subtract result in documentation#941

Closed
daniel7an wants to merge 1 commit intopython-pendulum:masterfrom
daniel7an:fix/issue-925-typo-substract
Closed

Fix incorrect subtract result in documentation#941
daniel7an wants to merge 1 commit intopython-pendulum:masterfrom
daniel7an:fix/issue-925-typo-substract

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 #925
@daniel7an daniel7an closed this by deleting the head repository Mar 11, 2026
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