From 9b687fae459301ba52619c9dbe4d8009e5963171 Mon Sep 17 00:00:00 2001 From: Pietro Monticone <38562595+pitmonticone@users.noreply.github.com> Date: Fri, 2 Jul 2021 16:19:07 +0200 Subject: [PATCH] Update 0-appendix.md Fixed a typo. --- modules/0-appendix.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/0-appendix.md b/modules/0-appendix.md index f2554ef..72c7a6c 100644 --- a/modules/0-appendix.md +++ b/modules/0-appendix.md @@ -15,7 +15,7 @@ In the context of the Twitter API, when you want to request Tweets from Twitter, ## Installing Python -Checkout [this tutorial](https://realpython.com/installing-python/) that explains how to install Python on your computer +Check out [this tutorial](https://realpython.com/installing-python/) that explains how to install Python on your computer ## Introductory course for Python