Skip to content

Commit c2ebdc4

Browse files
doc: add week to interval example
1 parent 6512af8 commit c2ebdc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tarantool/msgpack_ext/types/interval.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ class Interval():
4949
5050
.. code-block:: python
5151
52-
di = tarantool.Interval(year=-1, month=2, day=3,
53-
hour=4, minute=-5, sec=6,
52+
di = tarantool.Interval(year=-1, month=2, week=-3,
53+
day=4, hour=5, minute=-6, sec=7,
5454
nsec=308543321,
5555
adjust=tarantool.IntervalAdjust.NONE)
5656

0 commit comments

Comments
 (0)