]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
📝 Fix typos (duplication) in main page (#631)
authorDipendra Raj Panta <49410574+Mr-DRP@users.noreply.github.com>
Sun, 22 Oct 2023 12:46:52 +0000 (18:31 +0545)
committerGitHub <noreply@github.com>
Sun, 22 Oct 2023 12:46:52 +0000 (16:46 +0400)
* Update README.md

* Update index.md

README.md
docs/index.md

index f85bb97a6db0a3cf2cd1888107063f325b3e0ea5..a9387c510a8dab77908c8d7de8c292fa8ecbb58d 100644 (file)
--- 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 <a href="https://www.python.org/downloads/" class="external-link" target="_blank">version of Python Python</a>.
+A recent and currently supported <a href="https://www.python.org/downloads/" class="external-link" target="_blank">version of Python</a>.
 
 As **SQLModel** is based on **Pydantic** and **SQLAlchemy**, it requires them. They will be automatically installed when you install SQLModel.
 
index f85bb97a6db0a3cf2cd1888107063f325b3e0ea5..a9387c510a8dab77908c8d7de8c292fa8ecbb58d 100644 (file)
@@ -50,7 +50,7 @@ It combines SQLAlchemy and Pydantic and tries to simplify the code you write as
 
 ## Requirements
 
-A recent and currently supported <a href="https://www.python.org/downloads/" class="external-link" target="_blank">version of Python Python</a>.
+A recent and currently supported <a href="https://www.python.org/downloads/" class="external-link" target="_blank">version of Python</a>.
 
 As **SQLModel** is based on **Pydantic** and **SQLAlchemy**, it requires them. They will be automatically installed when you install SQLModel.