mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 01:14:31 +02:00
Fix markup warning in docstring
This commit is contained in:
parent
53fec0d863
commit
e6b1022791
1 changed files with 1 additions and 0 deletions
|
|
@ -2718,6 +2718,7 @@ class Table(Queryable):
|
|||
db["dogs"].insert({"id": 1, "name": "Cleo"}, pk="id").m2m(
|
||||
"humans", {"id": 1, "name": "Natalie"}, pk="id"
|
||||
)
|
||||
|
||||
See :ref:`python_api_m2m` for details.
|
||||
|
||||
- ``other_table`` - the name of the table to insert the new records into.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue