Commit 0a88aec
authored
fix: correct subtract(minutes=24) example in documentation (#950)
The example incorrectly showed '2012-01-28 00:00:00' but subtracting
24 minutes from 01:01:00 should give 00:37:00.
Closes #925
Co-authored-by: Jah-yee <Jah-yee@users.noreply.github.com>1 parent ae4c405 commit 0a88aec
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
0 commit comments