Skip to content

Commit 63fae1a

Browse files
committed
Fix a small typo in docstring
- #386
1 parent 5df008f commit 63fae1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

styleguide_example/common/services.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def user_update(*, user: User, data) -> User:
2929
Some important notes:
3030
3131
- Only keys present in `fields` will be taken from `data`.
32-
- If something in present in `fields` but not present in `data`, we simply skip.
32+
- If something is present in `fields` but not present in `data`, we simply skip.
3333
- There's a strict assertion that all values in `fields` are actual fields in `instance`.
3434
- `fields` can support m2m fields, which are handled after the update on `instance`.
3535
- If `auto_updated_at` is True, we'll try bumping `updated_at` with the current timestmap.

0 commit comments

Comments
 (0)