From: Dipendra Raj Panta <49410574+Mr-DRP@users.noreply.github.com>
Date: Sun, 22 Oct 2023 12:46:52 +0000 (+0545)
Subject: 📝 Fix typos (duplication) in main page (#631)
X-Git-Tag: 0.0.9~49
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=893d64fd3127b1737922629cb3b7803fdb370947;p=thirdparty%2Ffastapi%2Fsqlmodel.git
📝 Fix typos (duplication) in main page (#631)
* Update README.md
* Update index.md
---
diff --git a/README.md b/README.md
index f85bb97a..a9387c51 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 f85bb97a..a9387c51 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.