Skip to content

Commit

Permalink
c
Browse files Browse the repository at this point in the history
  • Loading branch information
nameexhaustion committed Jan 28, 2025
1 parent cc8e078 commit 105f709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py-polars/polars/catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 105f709

Please sign in to comment.