We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 448a818 commit 7373a84Copy full SHA for 7373a84
docs/src/piccolo/query_types/insert.rst
@@ -8,7 +8,7 @@ This is used to bulk insert rows into the table:
8
.. code-block:: python
9
10
await Band.insert(
11
- Band(name="Pythonistas")
+ Band(name="Pythonistas"),
12
Band(name="Darts"),
13
Band(name="Gophers")
14
)
0 commit comments