From 1d52aa6307dc067030dd9b973a5a5ae4eb16adad Mon Sep 17 00:00:00 2001 From: Tommy Rushton Date: Mon, 15 Apr 2024 17:39:09 +0200 Subject: [PATCH] Typo. --- module3/exo1/influenza-like-illness-analysis.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module3/exo1/influenza-like-illness-analysis.org b/module3/exo1/influenza-like-illness-analysis.org index e23327f..e43df99 100644 --- a/module3/exo1/influenza-like-illness-analysis.org +++ b/module3/exo1/influenza-like-illness-analysis.org @@ -78,7 +78,7 @@ if not os.path.exists(data_file): #+END_SRC We start processing by extracting the part we are interested in. We -first split the flie into lines, of which we discard the first one +first split the file into lines, of which we discard the first one that contains a comment. We then split the remaining lines into columns. #+BEGIN_SRC python :results silent :exports both -- 2.18.1