From 12214fde85a015f4fb6da5c2981703ceecf602b1 Mon Sep 17 00:00:00 2001 From: Mike Capps Date: Tue, 6 Feb 2024 16:42:44 -0500 Subject: [PATCH] Update 01-Opening-and-Reading-Files-Folders.ipynb - Corrected spelling mistake --- .../01-Opening-and-Reading-Files-Folders.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12-Advanced Python Modules/01-Opening-and-Reading-Files-Folders.ipynb b/12-Advanced Python Modules/01-Opening-and-Reading-Files-Folders.ipynb index 5a35a83f4..e924328c7 100644 --- a/12-Advanced Python Modules/01-Opening-and-Reading-Files-Folders.ipynb +++ b/12-Advanced Python Modules/01-Opening-and-Reading-Files-Folders.ipynb @@ -605,7 +605,7 @@ }, "source": [ "___\n", - "Excellent, you should now be aware of how to work with a computer's files and folders in whichever directory they are in. Remember that the os module works for any oeprating system that supports Python, which means these commands will work across Linux,MacOs, or Windows without need for adjustment." + "Excellent, you should now be aware of how to work with a computer's files and folders in whichever directory they are in. Remember that the os module works for any operating system that supports Python, which means these commands will work across Linux,MacOs, or Windows without need for adjustment." ] } ],