From a9d1d60f654e51d564e9702d41f64ca17a5303ef Mon Sep 17 00:00:00 2001 From: mhjensen Date: Fri, 23 Aug 2019 07:59:54 +0200 Subject: [PATCH] typo in project --- doc/src/Projects/2019/Exercises/hw1.do.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/Projects/2019/Exercises/hw1.do.txt b/doc/src/Projects/2019/Exercises/hw1.do.txt index 66ec64db7..a41c38272 100644 --- a/doc/src/Projects/2019/Exercises/hw1.do.txt +++ b/doc/src/Projects/2019/Exercises/hw1.do.txt @@ -39,7 +39,7 @@ o brew install python3 For Linux users, with its variety of distributions like for example the widely popular Ubuntu distribution, you can use _pip_ as well and simply install Python as -o sudo apt-get install python3 (or python for pyhton2.7) +o sudo apt-get install python3 (or python for Python2.7) If you don't want to perform these operations separately and venture into the hassle of exploring how to set up dependencies and paths, we