From 2639b8ce5cd4f112d30a07cd5ba8d51235fd2dec Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 14:45:48 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- argilla/docs/how_to_guides/export.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argilla/docs/how_to_guides/export.md b/argilla/docs/how_to_guides/export.md index 460bae81be..e89737400f 100644 --- a/argilla/docs/how_to_guides/export.md +++ b/argilla/docs/how_to_guides/export.md @@ -35,7 +35,7 @@ dataset.to_hub(repo_id="") dataset.to_hub(repo_id="", with_records=False) ``` - With the dataset's confiugration you could then make changes to the dataset's settings, or add records via the `datasets` package. + With the dataset's confiugration you could then make changes to the dataset's settings, or add records via the `datasets` package. ```python hf_dataset = load_dataset("")