From 893d64fd3127b1737922629cb3b7803fdb370947 Mon Sep 17 00:00:00 2001
From: Dipendra Raj Panta <49410574+Mr-DRP@users.noreply.github.com>
Date: Sun, 22 Oct 2023 18:31:52 +0545
Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Fix=20typos=20(duplication)=20in?=
=?UTF-8?q?=20main=20page=20(#631)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
* Update README.md
* Update index.md
---
README.md | 2 +-
docs/index.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index f85bb97..a9387c5 100644
--- a/README.md
+++ b/README.md
@@ -50,7 +50,7 @@ It combines SQLAlchemy and Pydantic and tries to simplify the code you write as
## Requirements
-A recent and currently supported version of Python Python.
+A recent and currently supported version of Python.
As **SQLModel** is based on **Pydantic** and **SQLAlchemy**, it requires them. They will be automatically installed when you install SQLModel.
diff --git a/docs/index.md b/docs/index.md
index f85bb97..a9387c5 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -50,7 +50,7 @@ It combines SQLAlchemy and Pydantic and tries to simplify the code you write as
## Requirements
-A recent and currently supported version of Python Python.
+A recent and currently supported version of Python.
As **SQLModel** is based on **Pydantic** and **SQLAlchemy**, it requires them. They will be automatically installed when you install SQLModel.