From d5ddd892cd93342d5c31b2757f98548bd52a60cd Mon Sep 17 00:00:00 2001 From: Jorge Alvarado Date: Sat, 28 Aug 2021 02:37:41 -0400 Subject: [PATCH] Fix typo within the tutorial --- docs/tutorial/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/index.md b/docs/tutorial/index.md index 6deb258802..b45881138d 100644 --- a/docs/tutorial/index.md +++ b/docs/tutorial/index.md @@ -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