From 9d492cec1011775ac460bf0a8f0fe20e8e441ad5 Mon Sep 17 00:00:00 2001 From: Simon Lin Date: Thu, 18 Jul 2024 14:12:41 +1000 Subject: [PATCH] typo --- py-polars/polars/io/csv/functions.py | 2 +- py-polars/polars/io/ipc/functions.py | 2 +- py-polars/polars/io/parquet/functions.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/py-polars/polars/io/csv/functions.py b/py-polars/polars/io/csv/functions.py index 8572a05b88960..11b04acda25eb 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 3e2282993021c..16ca5df7a0b05 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 446bc90746255..090bece45d1c9 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