From 1520498cacaaca836c54d82c3258bbe3c9e7e76c Mon Sep 17 00:00:00 2001 From: JiaWei Jiang Date: Wed, 8 Jan 2025 21:37:47 +0800 Subject: [PATCH] docs: Fix fd doc code lines Signed-off-by: JiaWei Jiang --- docs/user_guide/data_types_and_io/flytedirectory.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user_guide/data_types_and_io/flytedirectory.md b/docs/user_guide/data_types_and_io/flytedirectory.md index 82cc5ab2a0..d5ab267992 100644 --- a/docs/user_guide/data_types_and_io/flytedirectory.md +++ b/docs/user_guide/data_types_and_io/flytedirectory.md @@ -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 ` section, @@ -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/