Commit 1d52aa63 authored by Tommy Rushton's avatar Tommy Rushton

Typo.

parent b8ed4df3
...@@ -78,7 +78,7 @@ if not os.path.exists(data_file): ...@@ -78,7 +78,7 @@ if not os.path.exists(data_file):
#+END_SRC #+END_SRC
We start processing by extracting the part we are interested in. We 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. that contains a comment. We then split the remaining lines into columns.
#+BEGIN_SRC python :results silent :exports both #+BEGIN_SRC python :results silent :exports both
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment