Skip to content

Commit a761bd2

Browse files
committed
Fixed indentation. Issue #161
1 parent 2d36223 commit a761bd2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Notes/01_Introduction/06_Files.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,8 @@ Try it:
221221
```python
222222
>>> import gzip
223223
>>> with gzip.open('Data/portfolio.csv.gz', 'rt') as f:
224-
for line in f:
225-
print(line, end='')
224+
for line in f:
225+
print(line, end='')
226226

227227
... look at the output ...
228228
>>>

0 commit comments

Comments
 (0)