We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db844df commit 46bcca2Copy full SHA for 46bcca2
CHANGELOG.md
@@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
type. `tarantool.Datetime` may be encoded to Tarantool datetime
16
objects.
17
18
- You can create `tarantool.Datetime` objects either from msgpack
+ You can create `tarantool.Datetime` objects either from MsgPack
19
data or by using the same API as in Tarantool:
20
21
```python
@@ -73,7 +73,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
73
type. `tarantool.Interval` may be encoded to Tarantool interval
74
75
76
- You can create `tarantool.Interval` objects either from msgpack
+ You can create `tarantool.Interval` objects either from MsgPack
77
78
79
0 commit comments