Skip to content

Commit 6619781

Browse files
changelog: consistency with doc
Closes #67
1 parent 3a9f999 commit 6619781

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: CHANGELOG.md

+4-4
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)