From eff165cd97dfc7e7c3c84c31994db040ae04d08d Mon Sep 17 00:00:00 2001 From: Quentin Lhoest Date: Fri, 3 Dec 2021 14:22:17 +0100 Subject: [PATCH] fic docs --- docs/source/stream.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/stream.rst b/docs/source/stream.rst index d23013a7f81..60a3b7aab73 100644 --- a/docs/source/stream.rst +++ b/docs/source/stream.rst @@ -146,7 +146,7 @@ The following example demonstrates how to tokenize a :class:`datasets.IterableDa Stream in a training loop ^^^^^^^^^^^^^^^^^^^^^^^^^ -:class:`datasets.IterableDataset`s can be integrated into a training loop. First, shuffle the dataset: +:class:`datasets.IterableDataset` can be integrated into a training loop. First, shuffle the dataset: .. code-block::