From 0e7b461eb3e925aef713206c15794ceae9259c57 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 4 Aug 2019 07:13:31 +0300 Subject: [PATCH] Fixed typo --- docs/python-api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/python-api.rst b/docs/python-api.rst index de3c076..1dd0ceb 100644 --- a/docs/python-api.rst +++ b/docs/python-api.rst @@ -469,7 +469,7 @@ The ``.m2m()`` method executes against the last record that was affected by ``.i The first argument to ``.m2m()`` can be either the name of a table as a string or it can be the table object itself. -The second argument can be a single dictionary record or a list of dictionaries. Thesee dictionaries will be passed to ``.upsert()`` against the specified table. +The second argument can be a single dictionary record or a list of dictionaries. These dictionaries will be passed to ``.upsert()`` against the specified table. Here's alternative code that creates the dog record and adds two people to it: