]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
✏ Fix typo in `docs/tutorial/fastapi/simple-hero-api.md` (#247)
authorHao Wang <hwang.phy@gmail.com>
Sat, 27 Aug 2022 20:55:27 +0000 (04:55 +0800)
committerGitHub <noreply@github.com>
Sat, 27 Aug 2022 20:55:27 +0000 (20:55 +0000)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
docs/tutorial/fastapi/simple-hero-api.md

index 8676136a46833ae917901cb385ad973f8783883d..5730186726abd0166c5796006b0ec88b91b16655 100644 (file)
@@ -23,7 +23,7 @@ $ python -m pip install fastapi "uvicorn[standard]"
 ```
 
 </div>
-s
+
 ## **SQLModel** Code - Models, Engine
 
 Now let's start with the SQLModel code.