Skip to content

Commit 46bcca2

Browse files
changelog: consistency with doc
Closes #67
1 parent db844df commit 46bcca2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ 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
18+
You can create `tarantool.Datetime` objects either from MsgPack
1919
data or by using the same API as in Tarantool:
2020

2121
```python
@@ -73,7 +73,7 @@ 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
76+
You can create `tarantool.Interval` objects either from MsgPack
7777
data or by using the same API as in Tarantool:
7878

7979
```python

0 commit comments

Comments
 (0)