Skip to content

Commit

Permalink
chore: fix docstring in polars type
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Feb 8, 2024
1 parent 1cc5344 commit 2da1550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibis/backends/base/sqlglot/dialects.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def _create_sql(self, expression: sge.Create) -> str:


class Polars(Postgres):
"""Subclass of Spark dialect for PySpark.
"""Subclass of Postgres dialect for Polars.
This is here to allow referring to the Postgres dialect as "polars"
"""
Expand Down

0 comments on commit 2da1550

Please sign in to comment.