diff --git a/python/cudf_polars/cudf_polars/dsl/__init__.py b/python/cudf_polars/cudf_polars/dsl/__init__.py index cdc37f9e437..804c5ada566 100644 --- a/python/cudf_polars/cudf_polars/dsl/__init__.py +++ b/python/cudf_polars/cudf_polars/dsl/__init__.py @@ -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