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"