This is an automated email from the ASF dual-hosted git repository.
jgemignani pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/age.git
The following commit(s) were added to refs/heads/master by this push:
new 14912350 Corrected typos and grammatical errors in
apache-age-basic.ipynb (#879)
14912350 is described below
commit 149123500d4d662dac2c6877d074d9bf861e02d7
Author: Adeel Ahmed <[email protected]>
AuthorDate: Wed May 15 01:00:08 2024 +0300
Corrected typos and grammatical errors in apache-age-basic.ipynb (#879)
Corrected typos and grammatical errors in apache-age-basic.ipynb
---
drivers/python/samples/apache-age-basic.ipynb | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/python/samples/apache-age-basic.ipynb
b/drivers/python/samples/apache-age-basic.ipynb
index 59de8e42..24b28ab3 100644
--- a/drivers/python/samples/apache-age-basic.ipynb
+++ b/drivers/python/samples/apache-age-basic.ipynb
@@ -1,6 +1,7 @@
{
"cells": [
{
+ "attachments": {},
"cell_type": "markdown",
"id": "2e236ac7-6f78-4a59-bed7-45f593d060c2",
"metadata": {},
@@ -9,7 +10,7 @@
"\n",
"You can make transactions and queries for PostgreSQL with Psycopg.\n",
"\n",
- "This module enable to mapping agtype to python class(Path, Vertex,
Edge)\n",
+ "This module enables the mapping of agtype to Python classes (Path,
Vertex, Edge).\n",
"\n",
"## Connect to PostgreSQL and agType setting"
]