Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchtr committed Feb 5, 2024
1 parent 47fff1d commit 7209de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/build_a_simple_pipeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ We offer a write component to perform this task. You can leverage the `write_to_
which allows you to export the dataset either to a local file or a remote storage bucket.

```python
uppercase_alt_text.write(ref="write_to_file", arguments={"path": "/data/export"})
english_images.write(ref="write_to_file", arguments={"path": "/data/export"})
```

You can open the path and use any tools of your choice to inspect the resulting Parquet dataset.
Expand Down

0 comments on commit 7209de2

Please sign in to comment.