From 5e0e27298f8337f263d30bbc921404db581c361a Mon Sep 17 00:00:00 2001 From: Thomas Frederik Hoeck <44194839+thomasfrederikhoeck@users.noreply.github.com> Date: Mon, 5 Feb 2024 13:56:00 +0100 Subject: [PATCH] Update delta docstrings --- py-polars/polars/io/delta.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/py-polars/polars/io/delta.py b/py-polars/polars/io/delta.py index ba835a3b829a..f132fb589944 100644 --- a/py-polars/polars/io/delta.py +++ b/py-polars/polars/io/delta.py @@ -45,7 +45,7 @@ def read_delta( For cloud storages, this may include configurations for authentication etc. More info is available `here - `__. + `__. delta_table_options Additional keyword arguments while reading a Delta lake Table. pyarrow_options @@ -167,7 +167,7 @@ def scan_delta( For cloud storages, this may include configurations for authentication etc. More info is available `here - `__. + `__. delta_table_options Additional keyword arguments while reading a Delta lake Table. pyarrow_options @@ -291,7 +291,7 @@ def _get_delta_lake_table( Notes ----- Make sure to install deltalake>=0.8.0. Read the documentation - `here `_. + `here `_. """ _check_if_delta_available()