Skip to content

Commit e14eead

Browse files
committed
Fix typo
1 parent 6c65c7f commit e14eead

File tree

1 file changed

+1
-1
lines changed
  • src/app/docs/add-documents-with-python-client

1 file changed

+1
-1
lines changed

src/app/docs/add-documents-with-python-client/page.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To insert multiple documents you can also invoke `insert_document`:
2828
```python
2929
documents = [{ '@type' : 'Person', 'name' : "Jim" },
3030
{ '@type' : 'Person', 'name' : "Jill" }]
31-
results = client.insert_document(document)
31+
results = client.insert_document(documents)
3232
```
3333

3434
## Insert schema document(s)

0 commit comments

Comments
 (0)