Skip to content

Commit

Permalink
Removed future lesson language
Browse files Browse the repository at this point in the history
  • Loading branch information
bpurdy-ds authored Oct 24, 2023
1 parent bbee511 commit 07c06ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -968,7 +968,7 @@
"\n",
"The examples so far have used files containing text data, which is straightforward to use in Python because it neatly corresponds to the string data type. For more-complex file types, we will often need to use additional modules or libraries.\n",
"\n",
"We will go over the most important tools in more depth in future lessons, but here is a high-level overview of how you might open various file types with Python. For now we will only look at reading this data, but there is almost always a corresponding technique with that library to write to that type of file, just like we have both `.read` and `.write` with the built-in Python file objects.\n",
"Here is a high-level overview of how you might open various file types with Python. For now we will only look at reading this data, but there is almost always a corresponding technique with that library to write to that type of file, just like we have both `.read` and `.write` with the built-in Python file objects.\n",
"\n",
"### Tabular Data Files\n",
"\n",
Expand Down

0 comments on commit 07c06ec

Please sign in to comment.