Skip to content

Commit a0d134b

Browse files
committed
fix: Typo
1 parent 0324c4d commit a0d134b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ class SomeModel(db.Model, SerializerMixin):
9898
result = item.to_dict(rules=('non_sql_field', 'method'))
9999
```
100100
**Note** that method or a function should have no arguments except ***self***,
101-
in order to let serializer call it without hesitations.
101+
in order to let serializer call it without hesitation.
102102

103103
If you want to get exact fields:
104104
```python
@@ -421,7 +421,7 @@ I'll implement this logic later if any of users needs it.
421421

422422

423423
# Timezones
424-
To keep `datetimes` consistent its better to store it in the database normalized to **UTC**.
424+
To keep `datetimes` consistent it is better to store it in the database normalized to **UTC**.
425425
But when you return response, sometimes (mostly in web, mobile applications can do it themselves)
426426
you need to convert all `datetimes` to user's timezone.
427427
So you need to tell serializer what timezone to use.

0 commit comments

Comments
 (0)