From: Ryan Grose Date: Sat, 27 Aug 2022 18:36:08 +0000 (-0400) Subject: ✏ Fix typo in `docs/tutorial/index.md` (#398) X-Git-Tag: 0.0.7~83 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0049436cd4dc86d0fd9a923dd00b5732fec1fd85;p=thirdparty%2Ffastapi%2Fsqlmodel.git ✏ Fix typo in `docs/tutorial/index.md` (#398) Co-authored-by: Sebastián Ramírez --- diff --git a/docs/tutorial/index.md b/docs/tutorial/index.md index b4588113..398cabaf 100644 --- a/docs/tutorial/index.md +++ b/docs/tutorial/index.md @@ -2,7 +2,7 @@ ## Type hints -If you need a refreshed about how to use Python type hints (type annotations), check FastAPI's Python types intro. +If you need a refresher about how to use Python type hints (type annotations), check FastAPI's Python types intro. You can also check the mypy cheat sheet.