Typo in upsert example (#244)

Remove extra `[`
This commit is contained in:
Juan E. D 2021-05-18 23:58:21 -03:00 committed by GitHub
commit 328211eaca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",