From 23f467d592986362f803e48d962b767ed17f9216 Mon Sep 17 00:00:00 2001 From: Hsien-Ching Chung Date: Mon, 20 Apr 2026 17:08:59 +0800 Subject: [PATCH] Delete the strange "," Delete the strange "," From *Single-output*, and *multi-output* predictions. To *Single-output* and *multi-output* predictions. --- site/en/tutorials/structured_data/time_series.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/en/tutorials/structured_data/time_series.ipynb b/site/en/tutorials/structured_data/time_series.ipynb index 31aab384859..48ac0cc5d35 100644 --- a/site/en/tutorials/structured_data/time_series.ipynb +++ b/site/en/tutorials/structured_data/time_series.ipynb @@ -600,7 +600,7 @@ "\n", "This tutorial builds a variety of models (including Linear, DNN, CNN and RNN models), and uses them for both:\n", "\n", - "- *Single-output*, and *multi-output* predictions.\n", + "- *Single-output* and *multi-output* predictions.\n", "- *Single-time-step* and *multi-time-step* predictions.\n", "\n", "This section focuses on implementing the data windowing so that it can be reused for all of those models.\n"