Skip to content

Commit 59e8f91

Browse files
changelog: fix spelling
1 parent 8eef642 commit 59e8f91

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
@@ -207,7 +207,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
207207
- Support pandas way to build datetime from timestamp (PR #252).
208208

209209
`timestamp_since_utc_epoch` is a parameter to set timestamp
210-
convertion behavior for timezone-aware datetimes.
210+
conversion behavior for timezone-aware datetimes.
211211

212212
If ``False`` (default), behaves similar to Tarantool `datetime.new()`:
213213

@@ -227,7 +227,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
227227

228228
Thus, if ``False``, datetime is computed from timestamp
229229
since epoch and then timezone is applied without any
230-
convertion. In that case, `dt.timestamp` won't be equal to
230+
conversion. In that case, `dt.timestamp` won't be equal to
231231
initialization `timestamp` for all timezones with non-zero offset.
232232

233233
If ``True``, behaves similar to `pandas.Timestamp`:

0 commit comments

Comments
 (0)