Skip to content

Commit ebc8934

Browse files
authoredJun 20, 2022
Merge pull request #6 from oldmangreg/patch-1
Update one_liner_03.py
2 parents f019747 + 241ca51 commit ebc8934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎book/python_tricks/one_liner_03.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Reading a File
22

3-
print([line.strip() for line in open("one_liner_3.py")])
3+
print([line.strip() for line in open("one_liner_03.py")])
44
# Output: <This file content>

0 commit comments

Comments
 (0)
Please sign in to comment.