Skip to content

Commit

Permalink
Update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
julianaklulo committed Oct 21, 2024
1 parent 0cb5cb8 commit 46bac8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastcrud/crud/fast_crud.py
Original file line number Diff line number Diff line change
Expand Up @@ -2146,7 +2146,7 @@ async def update(
Raises:
MultipleResultsFound: If `allow_multiple` is `False` and more than one record matches the filters.
NoResultFound: If no record matches the filters.
NoResultFound: If no record matches the filters. (on version 0.15.3)
ValueError: If extra fields not present in the model are provided in the update data.
ValueError: If `return_as_model` is `True` but `schema_to_select` is not provided.
Expand Down

0 comments on commit 46bac8a

Please sign in to comment.