Commit be6f2f7
authored
Fix typo from terminusdb/terminusdb-docs/pull/213
Original issue:
terminusdb/terminusdb-docs#213
```diff
documents = [{ '@type' : 'Person', 'name' : "Jim" },
{ '@type' : 'Person', 'name' : "Jill" }]
-results = client.insert_document(document)
+results = client.insert_document(documents)
```1 parent 7b0ba7b commit be6f2f7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1024 | 1024 | | |
1025 | 1025 | | |
1026 | 1026 | | |
1027 | | - | |
| 1027 | + | |
1028 | 1028 | | |
1029 | 1029 | | |
1030 | 1030 | | |
| |||
0 commit comments