Skip to content

Commit

Permalink
Spell out DSL
Browse files Browse the repository at this point in the history
  • Loading branch information
wence- committed May 23, 2024
1 parent 8d25f3a commit 90fca6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cudf_polars/cudf_polars/dsl/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SPDX-FileCopyrightText: Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES.
# SPDX-License-Identifier: Apache-2.0

"""The DSL for the polars executor."""
"""The domain-specific language (DSL) for the polars executor."""

from __future__ import annotations

Expand Down

0 comments on commit 90fca6d

Please sign in to comment.