Skip to content

Commit 7cb704a

Browse files
authored
Update how-to-access-data-interactive.md
1 parent 9bdcdac commit 7cb704a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-access-data-interactive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ fs = AzureMachineLearningFileSystem(uri)
258258

259259
with fs.open('/<folder>/<image.jpeg>') as f:
260260
img = Image.open(f)
261-
img.show(
261+
img.show(
262262
```
263263

264264
#### PyTorch custom dataset example

0 commit comments

Comments
 (0)