✏ Fix typos in docs/tutorial/index.md and docs/databases.md (#5)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
Sebastian Marines
2021-12-14 10:58:40 -06:00
committed by GitHub
parent 02697459b8
commit 32b5b39f2d
2 changed files with 2 additions and 2 deletions

View File

@@ -97,7 +97,7 @@ $ python3 --version
// This is too old! 😱
Python 3.5.6
// Let's see if python3.10 is available
$ python3.10 --verson
$ python3.10 --version
// Oh, no, this one is not available 😔
command not found: python3.10
$ python3.9 --version