File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 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
1515 type. ` tarantool.Datetime ` may be encoded to Tarantool datetime
1616 objects.
1717
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:
2020
2121 ``` python
2222 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
7373 type. ` tarantool.Interval ` may be encoded to Tarantool interval
7474 objects.
7575
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:
7878
7979 ``` python
8080 di = tarantool.Interval(year = - 1 , month = 2 , day = 3 ,
You can’t perform that action at this time.
0 commit comments