diff --git a/01-Recruitment-Trials-Bootcamp-Python-Basics/07-Working-with-Simple-Text-Files.ipynb b/01-Recruitment-Trials-Bootcamp-Python-Basics/07-Working-with-Simple-Text-Files.ipynb index 108f31c..6814bc4 100644 --- a/01-Recruitment-Trials-Bootcamp-Python-Basics/07-Working-with-Simple-Text-Files.ipynb +++ b/01-Recruitment-Trials-Bootcamp-Python-Basics/07-Working-with-Simple-Text-Files.ipynb @@ -10,7 +10,7 @@ "\n", "## Opening a File\n", "\n", - "Let's being by opening the file test.txt that is located in the same directory as this notebook. For now we will work with files located in the **same directory as the notebook or .py script** you are using. \n", + "Let's begin by opening the file test.txt that is located in the same directory as this notebook. For now we will work with files located in the **same directory as the notebook or .py script** you are using. \n", "\n", "It is very easy to get an error on this step:" ]