We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae4c405 commit 4aaf9f7Copy full SHA for 4aaf9f7
1 file changed
docs/docs/addition_subtraction.md
@@ -64,7 +64,7 @@ Each method returns a new `DateTime` instance.
64
>>> dt = dt.subtract(minutes=1)
65
'2012-01-28 01:01:00'
66
>>> dt = dt.subtract(minutes=24)
67
-'2012-01-28 00:00:00'
+'2012-01-28 00:37:00'
68
69
>>> dt = dt.add(seconds=61)
70
'2012-01-28 00:01:01'
0 commit comments