From 90fca6d78a172e8321ffe8c22778e9efe039daea Mon Sep 17 00:00:00 2001 From: Lawrence Mitchell Date: Thu, 23 May 2024 15:46:08 +0000 Subject: [PATCH] Spell out DSL --- python/cudf_polars/cudf_polars/dsl/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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