From 1de30fce0b12f90b3a572518b27cfe2a17cfc899 Mon Sep 17 00:00:00 2001 From: shiyajuan123 <402700696@qq.com> Date: Mon, 17 Nov 2025 15:00:12 +0800 Subject: [PATCH] doc: corrent the comment in util.py --- python/python/tests/compat/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/python/tests/compat/util.py b/python/python/tests/compat/util.py index 210bc581579..f20bc93f23f 100644 --- a/python/python/tests/compat/util.py +++ b/python/python/tests/compat/util.py @@ -1,7 +1,7 @@ # SPDX-License-Identifier: Apache-2.0 # SPDX-FileCopyrightText: Copyright The Lance Authors -# Utilities shared by datagen.py and test_compat.py +# Utilities shared by datagen.py # # Everything here must be runnable by older versions of Lance.