From 97adb852bc9ba69b1536729252896b33fea61a3a Mon Sep 17 00:00:00 2001 From: mrchatam Date: Fri, 11 Sep 2026 23:25:51 +0000 Subject: [PATCH] docs: remove duplicate 'to' in push_to_hub instructions --- docs/source/process.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/process.mdx b/docs/source/process.mdx index de156d2e848..0472385fff7 100644 --- a/docs/source/process.mdx +++ b/docs/source/process.mdx @@ -800,7 +800,7 @@ The example below uses the [`pydub`](http://pydub.com/) package as an alternativ Once your dataset is ready, you can save it as a Hugging Face Dataset in Parquet format and reuse it later with [`load_dataset`]. -Save your dataset by providing the name of the dataset repository on Hugging Face you wish to save it to to [`~Dataset.push_to_hub`]: +Save your dataset by providing the name of the dataset repository on Hugging Face you wish to save it to [`~Dataset.push_to_hub`]: ```python encoded_dataset.push_to_hub("username/my_dataset")