Skip to content

Commit

Permalink
fix small typo (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
sinisaos committed Feb 28, 2023
1 parent 1152bc6 commit 2c4e2a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/fastapi/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ defined a Piccolo ``Table`` called ``Movie``:
root_url="/movie/",
fastapi_app=app,
piccolo_crud=PiccoloCRUD(
table=Movie>,
table=Movie,
read_only=False,
)
)
Expand Down

0 comments on commit 2c4e2a3

Please sign in to comment.