We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a1d5f2 commit 09e9f95Copy full SHA for 09e9f95
docs/source/crud/hooks.rst
@@ -27,7 +27,7 @@ Define a method, and register it with :class:`PiccoloCRUD <piccolo_api.crud.endp
27
28
29
# set movie rating to 20 before saving
30
- async def set_movie_rating_10(row: Movie):
+ async def set_movie_rating_20(row: Movie):
31
row.rating = 20
32
return row
33
0 commit comments