Skip to content

Commit 35a9527

Browse files
committed
DOC: correction in timedelta.rst
1 parent 3e1f13c commit 35a9527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/timedeltas.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ You can also negate, multiply and use ``abs`` on ``Timedeltas``
188188
.. ipython:: python
189189
190190
td1 = Timedelta('-1 days 2 hours 3 seconds')
191-
tdi
191+
td1
192192
-1 * td1
193193
- td1
194194
abs(td1)

0 commit comments

Comments
 (0)