From 453c9b9d52e6de96b9afdaa0ab08787ae3448349 Mon Sep 17 00:00:00 2001 From: Sumana Sree Angajala <110307215+sumana-2705@users.noreply.github.com> Date: Thu, 17 Oct 2024 23:44:52 +0530 Subject: [PATCH] fixed errors Signed-off-by: Sumana Sree Angajala <110307215+sumana-2705@users.noreply.github.com> --- docs/user_guide/data_types_and_io/tensorflow_type.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user_guide/data_types_and_io/tensorflow_type.md b/docs/user_guide/data_types_and_io/tensorflow_type.md index 0a64a3afa4..4cac97bfd2 100644 --- a/docs/user_guide/data_types_and_io/tensorflow_type.md +++ b/docs/user_guide/data_types_and_io/tensorflow_type.md @@ -68,7 +68,7 @@ The `TensorFlowRecordsDirTransformer` allows you to work with directories of TFR #### Example ```{rli} https://raw.githubusercontent.com/flyteorg/flytesnacks/refs/heads/master/examples/data_types_and_io/data_types_and_io/tensorflow_type.py :caption: data_types_and_io/tensorflow_type.py -:lines: 47-57 +:lines: 47-56 ``` ## Configuration Class: `TFRecordDatasetConfig`