Skip to content

Fix typo from terminusdb/terminusdb-docs/pull/213 #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 24, 2025

Conversation

alexander-mart
Copy link

Original issue:
terminusdb/terminusdb-docs#213

documents = [{ '@type' : 'Person', 'name' : "Jim" },
            { '@type' : 'Person', 'name' : "Jill" }]
-results = client.insert_document(document)
+results = client.insert_document(documents)

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)
```
@alexander-mart
Copy link
Author

@hoijnet can you merge this too?
terminusdb/terminusdb-docs#213

@alexander-mart alexander-mart deleted the patch-2 branch April 25, 2025 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants