diff --git a/docs/python-api.rst b/docs/python-api.rst index 11b1f0c..ad7b394 100644 --- a/docs/python-api.rst +++ b/docs/python-api.rst @@ -647,7 +647,7 @@ For example, given the dogs database you could upsert the record for Cleo like s .. code-block:: python - db["dogs"].upsert([{ + db["dogs"].upsert({ "id": 1, "name": "Cleo", "twitter": "cleopaws",