[Doc]: fixing typos in various files (#1067)

This commit is contained in:
Didier Durand 2025-11-15 17:58:49 +01:00 committed by GitHub
parent de9970f6f6
commit de382071d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -34,7 +34,7 @@ You are not expected to provide support for Your Contributions, except to the ex
## Third-Party Submissions ## Third-Party Submissions
Should You wish to submit work that is not Your original creation, You may submit it to Zep separately from any Contribution, identifying the complete details of its source and of any license or other restriction (including, but not limited to, related patents, trademarks, and license agreements) of which you are personally aware, and conspicuously marking the work as "Submitted on behalf of a third-party: [named here]". Should You wish to submit work that is not Your original creation, You may submit it to Zep separately from any Contribution, identifying the complete details of its source and of any license or other restriction (including, but not limited to, related patents, trademarks, and license agreements) of which you are personally aware, and conspicuously marking the work as "Submitted on behalf of a third party: [named here]".
## Notifications ## Notifications

View file

@ -540,7 +540,7 @@
"submit_button = widgets.Button(description='Send')\n", "submit_button = widgets.Button(description='Send')\n",
"submit_button.on_click(on_submit)\n", "submit_button.on_click(on_submit)\n",
"\n", "\n",
"conversation_output.append_stdout('Asssistant: Hello, how can I help you find shoes today?')\n", "conversation_output.append_stdout('Assistant: Hello, how can I help you find shoes today?')\n",
"\n", "\n",
"display(widgets.VBox([input_box, submit_button, conversation_output]))" "display(widgets.VBox([input_box, submit_button, conversation_output]))"
] ]

View file

@ -134,7 +134,7 @@ class KuzuDriver(GraphDriver):
return KuzuDriverSession(self) return KuzuDriverSession(self)
async def close(self): async def close(self):
# Do not explicity close the connection, instead rely on GC. # Do not explicitly close the connection, instead rely on GC.
pass pass
def delete_all_indexes(self, database_: str): def delete_all_indexes(self, database_: str):