From e6d87c904ac83f7c5f9add6dc585261e033c70f9 Mon Sep 17 00:00:00 2001 From: JerJohn15 Date: Sat, 30 May 2020 14:00:42 -0400 Subject: [PATCH] Fixed Spelling changed being by to begin by --- .../07-Working-with-Simple-Text-Files.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:" ]