File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ 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
18
+ You can create ` tarantool.Datetime ` objects either from MsgPack
19
19
data or by using the same API as in Tarantool:
20
20
21
21
``` python
@@ -73,7 +73,7 @@ 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
76
+ You can create ` tarantool.Interval ` objects either from MsgPack
77
77
data or by using the same API as in Tarantool:
78
78
79
79
``` python
You can’t perform that action at this time.
0 commit comments