Skip to content

Commit 00b7495

Browse files
Update python_folders_files.py
1 parent 2db839b commit 00b7495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2023/Python file Operations/Files/python_folders_files.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55
"""
6-
open(): Opens a file and returns a file object.
6+
open(): Opens a file and returns a file object.
77
close(): Closes the file.
88
read(): Reads the entire contents of the file as a string.
99
readline(): Reads a single line from the file.

0 commit comments

Comments
 (0)