Skip to content

Commit

Permalink
Update insert.rst (#1125)
Browse files Browse the repository at this point in the history
A missing comma was added
  • Loading branch information
daveflr authored Nov 7, 2024
1 parent 448a818 commit 7373a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/piccolo/query_types/insert.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This is used to bulk insert rows into the table:
.. code-block:: python
await Band.insert(
Band(name="Pythonistas")
Band(name="Pythonistas"),
Band(name="Darts"),
Band(name="Gophers")
)
Expand Down

0 comments on commit 7373a84

Please sign in to comment.