Skip to content

Commit 7373a84

Browse files
authored
Update insert.rst (#1125)
A missing comma was added
1 parent 448a818 commit 7373a84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/piccolo/query_types/insert.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This is used to bulk insert rows into the table:
88
.. code-block:: python
99
1010
await Band.insert(
11-
Band(name="Pythonistas")
11+
Band(name="Pythonistas"),
1212
Band(name="Darts"),
1313
Band(name="Gophers")
1414
)

0 commit comments

Comments
 (0)