diff --git a/py-polars/polars/io/csv/functions.py b/py-polars/polars/io/csv/functions.py index 8572a05b8896..11b04acda25e 100644 --- a/py-polars/polars/io/csv/functions.py +++ b/py-polars/polars/io/csv/functions.py @@ -1063,7 +1063,7 @@ def scan_csv( * `aws `_ * `gcp `_ * `azure `_ - * Hugging Face (`hf://`): Accepts an API key under the `token` paramter: \ + * Hugging Face (`hf://`): Accepts an API key under the `token` parameter: \ `{'token': '...'}`, or by setting the `HF_TOKEN` environment variable. If `storage_options` is not provided, Polars will try to infer the information diff --git a/py-polars/polars/io/ipc/functions.py b/py-polars/polars/io/ipc/functions.py index 3e2282993021..16ca5df7a0b0 100644 --- a/py-polars/polars/io/ipc/functions.py +++ b/py-polars/polars/io/ipc/functions.py @@ -356,7 +356,7 @@ def scan_ipc( * `aws `_ * `gcp `_ * `azure `_ - * Hugging Face (`hf://`): Accepts an API key under the `token` paramter: \ + * Hugging Face (`hf://`): Accepts an API key under the `token` parameter: \ `{'token': '...'}`, or by setting the `HF_TOKEN` environment variable. If `storage_options` is not provided, Polars will try to infer the information diff --git a/py-polars/polars/io/parquet/functions.py b/py-polars/polars/io/parquet/functions.py index 446bc9074625..090bece45d1c 100644 --- a/py-polars/polars/io/parquet/functions.py +++ b/py-polars/polars/io/parquet/functions.py @@ -115,7 +115,7 @@ def read_parquet( * `aws `_ * `gcp `_ * `azure `_ - * Hugging Face (`hf://`): Accepts an API key under the `token` paramter: \ + * Hugging Face (`hf://`): Accepts an API key under the `token` parameter: \ `{'token': '...'}`, or by setting the `HF_TOKEN` environment variable. If `storage_options` is not provided, Polars will try to infer the information @@ -368,7 +368,7 @@ def scan_parquet( * `aws `_ * `gcp `_ * `azure `_ - * Hugging Face (`hf://`): Accepts an API key under the `token` paramter: \ + * Hugging Face (`hf://`): Accepts an API key under the `token` parameter: \ `{'token': '...'}`, or by setting the `HF_TOKEN` environment variable. If `storage_options` is not provided, Polars will try to infer the information