From 3e56e2ce04ea3c2f6fa0934bd6d422d8dab17201 Mon Sep 17 00:00:00 2001 From: Sylvain Gugger Date: Fri, 18 Dec 2020 10:11:07 -0500 Subject: [PATCH] Fix typo --- docs/source/preprocessing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/preprocessing.rst b/docs/source/preprocessing.rst index d1e4fdc077..5313ff1262 100644 --- a/docs/source/preprocessing.rst +++ b/docs/source/preprocessing.rst @@ -10,7 +10,7 @@ an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -reprocessing data +Preprocessing data ======================================================================================================================= In this tutorial, we'll explore how to preprocess your data using 🤗 Transformers. The main tool for this is what we