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" ]