Skip to content

Commit 9a0e7f9

Browse files
committed
added auto_read_file()
1 parent 1c8e81c commit 9a0e7f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/service/how-to-write-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ For your convenience, a sentinel file named SUCCESS is generated once a write is
4242

4343
## Example write code
4444

45-
For this example, start by loading data into a data flow. You reuse this data with different formats.
45+
For this example, start by loading data into a data flow using `auto_read_file()`. You reuse this data with different formats.
4646

4747
```python
4848
import azureml.dataprep as dprep

0 commit comments

Comments
 (0)