From d47c4645c1e651352906dff7d549aeca004b3ef1 Mon Sep 17 00:00:00 2001 From: Kevin Su Date: Tue, 30 Apr 2024 17:58:20 +0800 Subject: [PATCH] nit Signed-off-by: Kevin Su --- docs/user_guide/data_types_and_io/structureddataset.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user_guide/data_types_and_io/structureddataset.md b/docs/user_guide/data_types_and_io/structureddataset.md index 7c3b050bf72..ef58a463a1c 100644 --- a/docs/user_guide/data_types_and_io/structureddataset.md +++ b/docs/user_guide/data_types_and_io/structureddataset.md @@ -261,7 +261,7 @@ Nested field StructuredDataset should be run when flytekit version > 1.11.0. ```{rli} https://raw.githubusercontent.com/flyteorg/flytesnacks/master/examples/data_types_and_io/data_types_and_io/structured_dataset.py :caption: data_types_and_io/structured_dataset.py -:lines: 158-296 +:lines: 159-269 ``` [flytesnacks]: https://github.com/flyteorg/flytesnacks/tree/master/examples/data_types_and_io/