File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
15
type. ` tarantool.Datetime ` may be encoded to Tarantool datetime
16
16
objects.
17
17
18
- You can create ` tarantool.Datetime ` objects either from msgpack
19
- data or by using the same API as in Tarantool:
18
+ You can create ` tarantool.Datetime ` objects either from
19
+ MessagePack data or by using the same API as in Tarantool:
20
20
21
21
``` python
22
22
dt1 = tarantool.Datetime(year = 2022 , month = 8 , day = 31 ,
@@ -73,8 +73,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
73
73
type. ` tarantool.Interval ` may be encoded to Tarantool interval
74
74
objects.
75
75
76
- You can create ` tarantool.Interval ` objects either from msgpack
77
- data or by using the same API as in Tarantool:
76
+ You can create ` tarantool.Interval ` objects either from
77
+ MessagePack data or by using the same API as in Tarantool:
78
78
79
79
``` python
80
80
di = tarantool.Interval(year = - 1 , month = 2 , day = 3 ,
You can’t perform that action at this time.
0 commit comments