From 105f7090805f20fe65e9bc9982778b8e9638cd67 Mon Sep 17 00:00:00 2001 From: Simon Lin Date: Tue, 28 Jan 2025 23:43:34 +1100 Subject: [PATCH] c --- py-polars/polars/catalog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py-polars/polars/catalog.py b/py-polars/polars/catalog.py index 15b9aa43eaed..20d0d688193d 100644 --- a/py-polars/polars/catalog.py +++ b/py-polars/polars/catalog.py @@ -568,7 +568,7 @@ def get_polars_dtype(self) -> DataType: at any point without it being considered a breaking change. """ issue_unstable_warning( - "`get_polars_schema` functionality is considered unstable." + "`get_polars_dtype` functionality is considered unstable." ) return PyCatalogClient.type_json_to_polars_type(self.type_json)