From 149123500d4d662dac2c6877d074d9bf861e02d7 Mon Sep 17 00:00:00 2001
From: Adeel Ahmed <62285793+AdeelAhmedIqbal@users.noreply.github.com>
Date: Wed, 15 May 2024 01:00:08 +0300
Subject: [PATCH] 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 59de8e429..24b28ab35 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"
    ]