Skip to content

Commit e6b1022

Browse files
committed
Fix markup warning in docstring
1 parent 53fec0d commit e6b1022

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sqlite_utils/db.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2718,6 +2718,7 @@ def m2m(
27182718
db["dogs"].insert({"id": 1, "name": "Cleo"}, pk="id").m2m(
27192719
"humans", {"id": 1, "name": "Natalie"}, pk="id"
27202720
)
2721+
27212722
See :ref:`python_api_m2m` for details.
27222723
27232724
- ``other_table`` - the name of the table to insert the new records into.

0 commit comments

Comments
 (0)