Skip to content

Commit

Permalink
docs: Fix fd doc code lines (#6149)
Browse files Browse the repository at this point in the history
Signed-off-by: JiaWei Jiang <[email protected]>
  • Loading branch information
JiangJiaWei1103 authored Jan 9, 2025
1 parent 9193dd6 commit 4db5a60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/user_guide/data_types_and_io/flytedirectory.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ To begin, import the libraries:

```{literalinclude} /examples/data_types_and_io/data_types_and_io/folder.py
:caption: data_types_and_io/folder.py
:lines: 1-10
:lines: 1-9
```

Building upon the previous example demonstrated in the {std:ref}`file <file>` section,
Expand Down Expand Up @@ -100,7 +100,7 @@ Here is a simple example, you can accept a `FlyteDirectory` as an input, walk th

```{literalinclude} /examples/data_types_and_io/data_types_and_io/file_streaming.py
:caption: data_types_and_io/file_streaming.py
:lines: 23-33
:lines: 24-34
```

[flytesnacks]: https://github.com/flyteorg/flytesnacks/tree/master/examples/data_types_and_io/

0 comments on commit 4db5a60

Please sign in to comment.