From cf16628236cf1e3518cfa350b75f0fcf59190d42 Mon Sep 17 00:00:00 2001 From: FriendRop <95983782+FriendRop@users.noreply.github.com> Date: Mon, 15 Jul 2024 18:59:10 +0300 Subject: [PATCH] Update 08-Files.ipynb --- 00-Python Object and Data Structure Basics/08-Files.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/00-Python Object and Data Structure Basics/08-Files.ipynb b/00-Python Object and Data Structure Basics/08-Files.ipynb index 8bc0c1551..a37e762a6 100644 --- a/00-Python Object and Data Structure Basics/08-Files.ipynb +++ b/00-Python Object and Data Structure Basics/08-Files.ipynb @@ -49,7 +49,7 @@ "source": [ "## Python 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:" ]