Skip to content

Commit e900f60

Browse files
authored
Update README.md
1 parent 53eae40 commit e900f60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BasicPythonScripts/PC Cleaner/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- Finally, all of the files will be placed in their proper directories.
1010

1111
## Procedure to follow:
12-
- Import oS module
12+
- Import **OS** module
1313
- Using the **chdir** function, change the location where the files will be imported.
1414
- List all of the files using the **listdir** function, and then delete any files that don't have an extension like any folder.
1515
- Run a loop for all of the files, putting them in the appropriate folders based on their extensions.

0 commit comments

Comments
 (0)