From 10c9ae90d896e51031097e07359111a1eea84945 Mon Sep 17 00:00:00 2001 From: lukasmittag Date: Fri, 19 Jul 2024 13:01:44 +0200 Subject: [PATCH] Fix comment --- velocitas_lib/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/velocitas_lib/__init__.py b/velocitas_lib/__init__.py index 76db673..55bb94b 100644 --- a/velocitas_lib/__init__.py +++ b/velocitas_lib/__init__.py @@ -221,7 +221,7 @@ def discover_files_in_filetree( file_type: str ) -> List[str]: """ - Recursively search for .proto files under the specified tree root. + Recursively search for files with a specific file type under the tree root. Args: tree_root (str): The path to the tree root to search from.