File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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` :
You can’t perform that action at this time.
0 commit comments